DOM Object: ProcessingInstruction
Owner's Note: This is an XML-specific area.
|
Properties/Methods |
Functional Description |
Data |
Test Case |
|---|---|---|---|
| target | The target of this processing instruction. XML defines this as being the first token following the markup that begins the processing instruction. | unknown | cpro001.html |
| data | The content of this processing instruction. This is from the first non-white space character after the target to the character immediately preceding the ?>. | unknown | cpro002.html |