Search
Plugins > XML 5.5.1 > XMLDocument > createProcessingInstruction

Method createProcessingInstruction(String target, String data)

Create a ProcessingInstruction node given the specified name and data strings.

Returns

XMLNode

Arguments

Name Type Description
target String The target part of the processing instruction.
data String The data for the node.