
The table below lists all the
ObjectNode built-in
functions (in this namespace:
).
| Function name | Description |
|---|---|
| ObjectNode.baseURI | This is inherited from the Node object. Returns a string representing the base URI of the node. |
| ObjectNode.nodeKind | This is inherited from the Node object. Return a string indicating the type of the node. |
| ObjectNode.nodeType | This is inherited from the Node object. Return the DOM code indicating the type of the node. |
| ObjectNode.xpath | This is inherited from the Node object. Evaluate an XPath using the node as context. |