DOM ProcessingInstruction
XML DOM - ProcessingInstruction Object
ProcessingInstruction Object
The ProcessingInstruction object represents a processing instruction.
Processing directives are used to maintain processor-specific information in the text of an XML document.
ProcessingInstruction Object Properties
Properties | Description |
---|---|
data | Set or return the content of the processing instruction. |
target | Returns the target of the processing instruction. |