A result set containing whatever type naturally results from evaluation of the expression.
A result set containing whatever type naturally results from evaluation of the expression. Note that if the result is a node-set then UNORDERED_NODE_ITERATOR_TYPE is always the resulting type.
MDN
A result node-set containing any single node that matches the expression.
A result node-set containing any single node that matches the expression. The node is not necessarily the first node in the document that matches the expression.
MDN
A result containing a single boolean value.
A result containing a single boolean value. This is useful for example, in an XPath expression using the not() function.
MDN
A result node-set containing the first node in the document that matches the expression.
A result node-set containing the first node in the document that matches the expression.
MDN
A result containing a single number.
A result containing a single number. This is useful for example, in an XPath expression using the count() function.
MDN
A result node-set containing all the nodes matching the expression.
A result node-set containing all the nodes matching the expression. The nodes in the result set are in the same order that they appear in the document.
MDN
A result node-set containing snapshots of all the nodes matching the expression.
A result node-set containing snapshots of all the nodes matching the expression. The nodes in the result set are in the same order that they appear in the document.
MDN
A result containing a single string.
A result containing a single string.
MDN
A result node-set containing all the nodes matching the expression.
A result node-set containing all the nodes matching the expression. The nodes may not necessarily be in the same order that they appear in the document.
MDN
A result node-set containing snapshots of all the nodes matching the expression.
A result node-set containing snapshots of all the nodes matching the expression. The nodes may not necessarily be in the same order that they appear in the document.
MDN