A representation of an XML Processing
node.
Methods
Method | Return type | Brief description |
---|---|---|
detach() | Content | Detaches the node from its parent Element node. |
get | String | Gets the raw data for every instruction in the Processing node. |
get | Element | Gets the node's parent Element node. |
get | String | Gets the target for the Processing node. |
get | String | Gets the text value of all nodes that are direct or indirect children of the node, in the order they appear in the document. |
Detailed documentation
detach()
getData()
Gets the raw data for every instruction in the Processing
node.
Return
String
— the raw data for every instruction in the Processing
node
getParentElement()
getTarget()
Gets the target for the Processing
node.
Return
String
— the target for the Processing
node
getValue()
Gets the text value of all nodes that are direct or indirect children of the node, in the order they appear in the document.
Return
String
— the text value of all nodes that are direct or indirect children of the node