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)

Methods

ProcessingInstruction:write (buffer)
exports the XML.

Parameters:

  • buffer array an array to which the chunks can be added.

Returns:

    the buffer array
generated by LDoc 1.4.6 Last updated 2022-04-22 13:38:32