pdk.flow.xml.XmlProcessingInstruction
contains functions to operate with XML ProcessingInstruction variables
Last updated
contains functions to operate with XML ProcessingInstruction variables
Last updated
The content of this processing instruction. This is from the first non white space character after the target to the character immediately preceding the ?>
.
Arguments:
instruction
:: - The instruction
Result:
output ::
Possible exceptions
- throws if the instruction
is NULL
The target of this processing instruction. XML defines this as being the first token following the markup that begins the processing instruction.
Arguments:
Result:
Possible exceptions
The content of this processing instruction. This is from the first non white space character after the target to the character immediately preceding the ?>
.
Arguments:
Result:
output :: void
Possible exceptions
instruction
:: - The instruction
output ::
- throws if the instruction
is NULL
instruction
:: - The instruction
data
::
- throws if the instruction
or data
is NULL
- NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.