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