XPath Node-Set Functions
A version of this page is also available for
4/8/2010
Node-Set functions take a node-set argument, return a node set, or return/provide information about a particular node within a node set.
The following table shows the Node-Set functions implemented by XPath.
Function | Description |
---|---|
Returns the number of nodes in the node-set argument. |
|
Provides a way to retrieve other XML resources from within the XSL Transformations (XSLT) style sheet beyond the initial data provided by the input stream. |
|
Selects elements by their unique ID. |
|
Retrieves elements previously marked with an xsl:key statement. |
|
Returns a number equal to context size of the expression evaluation context. |
|
Returns the local part of the expanded name of the node in the node-set argument that is first in document order. |
|
Returns a string containing a Qualified Names representing the expanded name of the node in the node-set argument that is first in document order. |
|
Returns the name space Uniform Resource Identifier (URI) of the expanded name of the node in the node-set argument that is first in document order. |
|
Returns the index number of the node within the parent. |