https://developer.mozilla.org/en-US/docs/Web/API/XPathResult/snapshotItem
XPathResult: snapshotItem() method - Web APIs | MDN
The snapshotItem() method of the XPathResult interface returns an item of the snapshot collection or null in case the index is not within the range of nodes....
method web apisxpathresultmdn
https://developer.mozilla.org/en-US/docs/Web/API/XPathResult/singleNodeValue
XPathResult: singleNodeValue property - Web APIs | MDN
The read-only singleNodeValue property of the XPathResult interface returns a Node value or null in case no node was matched of a result with...
property web apisxpathresultmdn
https://developer.mozilla.org/en-US/docs/Web/API/XPathResult/booleanValue
XPathResult: booleanValue property - Web APIs | MDN
The read-only booleanValue property of the XPathResult interface returns the boolean value of a result with XPathResult.resultType being BOOLEAN_TYPE.
property web apisxpathresultmdn
https://developer.mozilla.org/en-US/docs/Web/API/XPathResult/numberValue
XPathResult: numberValue property - Web APIs | MDN
The read-only numberValue property of the XPathResult interface returns the numeric value of a result with XPathResult.resultType being NUMBER_TYPE.
property web apisxpathresultmdn
https://developer.mozilla.org/en-US/docs/Web/API/XPathResult/resultType
XPathResult: resultType property - Web APIs | MDN
The read-only resultType property of the XPathResult interface represents the type of the result, as defined by the type constants.
property web apisxpathresultmdn
https://caniwebview.com/features/mdn-xpathresult/
Can I WebView… XPathResult
xpathresult
https://developer.mozilla.org/en-US/docs/Web/API/XPathResult/invalidIteratorState
XPathResult: invalidIteratorState property - Web APIs | MDN
The read-only invalidIteratorState property of the XPathResult interface signifies that the iterator has become invalid. It is true if XPathResult.resultType...
property web apisxpathresultmdn
https://developer.mozilla.org/en-US/docs/Web/API/XPathResult/iterateNext
XPathResult: iterateNext() method - Web APIs | MDN
The iterateNext() method of the XPathResult interface iterates over a node set result and returns the next node from it or null if there are no more nodes.
method web apisxpathresultmdn
https://developer.mozilla.org/en-US/docs/Web/API/XPathResult
XPathResult - Web APIs | MDN
The XPathResult interface represents the results generated by evaluating an XPath expression within the context of a given node.
web apisxpathresultmdn
https://developer.mozilla.org/en-US/docs/Web/API/XPathResult/snapshotLength
XPathResult: snapshotLength property - Web APIs | MDN
The read-only snapshotLength property of the XPathResult interface represents the number of nodes in the result snapshot.
property web apisxpathresultmdn