package js.html
Available on js
The XPathResult interface represents the results generated by evaluating an XPath 1.0 expression within the context of a given node.
Documentation XPathResult by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
staticinlineread onlyANY_TYPE:Int = 0staticinlineread onlyANY_UNORDERED_NODE_TYPE:Int = 8staticinlineread onlyBOOLEAN_TYPE:Int = 3staticinlineread onlyFIRST_ORDERED_NODE_TYPE:Int = 9staticinlineread onlyNUMBER_TYPE:Int = 1staticinlineread onlyORDERED_NODE_ITERATOR_TYPE:Int = 5staticinlineread onlyORDERED_NODE_SNAPSHOT_TYPE:Int = 7staticinlineread onlySTRING_TYPE:Int = 2staticinlineread onlyUNORDERED_NODE_ITERATOR_TYPE:Int = 4staticinlineread onlyUNORDERED_NODE_SNAPSHOT_TYPE:Int = 6read onlybooleanValue:Boolboolean
read onlyinvalidIteratorState:Boolboolean
read onlynumberValue:Floatfloat
read onlyresultType:Intinteger (short)
read onlysingleNodeValue:NodeNode
read onlysnapshotLength:IntInteger
read onlystringValue:StringString
iterateNext():Node...
Throws:
null |
DOMError |
|---|
snapshotItem(index:Int):Node...
Throws:
null |
DOMError |
|---|
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/XPathResult.html