Class ProcessingInstruction
XML DOM ProcessingInstruction Interface.
See the ProcessingInstruction and Node interfaces.
Tables
ProcessingInstruction.properties | Properties of the ProcessingInstruction class, beyond the Node class |
Methods
ProcessingInstruction:write (buffer) | exports the XML. |
Tables
- ProcessingInstruction.properties
-
Properties of the ProcessingInstruction class, beyond the Node class
Fields:
- target (string) the target as defined in the PI (readonly)
- data (string) the PI data
- nodeValue
(string) the PI data, same as
data
(readonly)