Node.PROCESSING_INSTRUCTION_NODE

Node.PROCESSING_INSTRUCTION_NODE field

A ProcessingInstruction of an XML document, such as <?xml-stylesheet … ?>.

public const ushort PROCESSING_INSTRUCTION_NODE;

Remarks

Reference:

DOM Standard - defines a platform-neutral model for events, aborting activities, and node trees.DOM Standard (DOM) # interface-node.GitHub - repository hosts the DOM Standard.

See Also