
The table below lists all the
ProcessingInstruction built-in
functions (in this namespace:
).
| Function name | Description |
|---|---|
| ProcessingInstruction.attributes | This is inherited from the XMLNode object. The attributes of this node. |
| ProcessingInstruction.childNodes | This is inherited from the XMLNode object. The children of this node. |
| ProcessingInstruction.firstChild | This is inherited from the XMLNode object. The first child of this node, if any. |
| ProcessingInstruction.hasAttributes | This is inherited from the XMLNode object. Whether this node has attributes. |
| ProcessingInstruction.hasChildNodes | This is inherited from the XMLNode object. Whether this node has any children. |
| ProcessingInstruction.isEqualNode | This is inherited from the XMLNode object. Whether this node is equal to another node. |
| ProcessingInstruction.isSameNode | This is inherited from the XMLNode object. Whether this node is the same exact node as another node. |
| ProcessingInstruction.lastChild | This is inherited from the XMLNode object. The last child of this node, if any. |
| ProcessingInstruction.localName | This is inherited from the XMLNode object. Return the local name of this node. |
| ProcessingInstruction.namespaceURI | This is inherited from the XMLNode object. Return the namespace URI of this node. |
| ProcessingInstruction.nextSibling | This is inherited from the XMLNode object. The node that is the immediately following sibling of this node, if any. |
| ProcessingInstruction.nodeName | This is inherited from the XMLNode object. The DOM name of the node. |
| ProcessingInstruction.nodeValue | This is inherited from the XMLNode object. The DOM value of the node. |
| ProcessingInstruction.ownerDocument | This is inherited from the XMLNode object. The document node containing this node, if any. |
| ProcessingInstruction.parentNode | This is inherited from the XMLNode object. The node that is this node's parent. |
| ProcessingInstruction.prefix | This is inherited from the XMLNode object. Return the namespace prefix of this node. |
| ProcessingInstruction.previousSibling | This is inherited from the XMLNode object. The node that is the immediately preceding sibling of this node, if any. |
| ProcessingInstruction.target | The target of an XML processing instruction. |
| ProcessingInstruction.textContent | This is inherited from the XMLNode object. The DOM text value of the node. |