The table below lists all the
ArrayNode built-in
functions (in this namespace:
).
You can also view these functions broken down by category:
Function name | Description |
---|---|
ArrayNode.baseURI | This is inherited from the Node object. Returns a string representing the base URI of the node. |
ArrayNode.length | Length property on ArrayNode |
ArrayNode.nodeKind | This is inherited from the Node object. Return a string indicating the type of the node. |
ArrayNode.nodeType | This is inherited from the Node object. Return the DOM code indicating the type of the node. |
ArrayNode.xpath | This is inherited from the Node object. Evaluate an XPath using the node as context. |