Inheritance
Annotations
  • @DocsEditable()
  • @DomName('XPathResult')
  • @deprecated

Constructors

XPathResult.internal_()

Properties

booleanValue bool
@DocsEditable(), @DomName('XPathResult.booleanValue'), read-only
invalidIteratorState bool
@DocsEditable(), @DomName('XPathResult.invalidIteratorState'), read-only
numberValue num
@DocsEditable(), @DomName('XPathResult.numberValue'), read-only
resultType int
@DocsEditable(), @DomName('XPathResult.resultType'), read-only
singleNodeValue Node
@DocsEditable(), @DomName('XPathResult.singleNodeValue'), read-only
snapshotLength int
@DocsEditable(), @DomName('XPathResult.snapshotLength'), read-only
stringValue String
@DocsEditable(), @DomName('XPathResult.stringValue'), read-only
hashCode int
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

iterateNext() Node
@DocsEditable(), @DomName('XPathResult.iterateNext')
snapshotItem(int index) Node
@DocsEditable(), @DomName('XPathResult.snapshotItem')
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns the result of the JavaScript objects toString method.
inherited

Operators

operator ==(other) bool
The equality operator. [...]
inherited

Static Properties

instanceRuntimeType Type
@Deprecated("Internal Use Only"), read-only

Constants

ANY_TYPE int
@DocsEditable(), @DomName('XPathResult.ANY_TYPE')
0
ANY_UNORDERED_NODE_TYPE int
@DocsEditable(), @DomName('XPathResult.ANY_UNORDERED_NODE_TYPE')
8
BOOLEAN_TYPE int
@DocsEditable(), @DomName('XPathResult.BOOLEAN_TYPE')
3
FIRST_ORDERED_NODE_TYPE int
@DocsEditable(), @DomName('XPathResult.FIRST_ORDERED_NODE_TYPE')
9
NUMBER_TYPE int
@DocsEditable(), @DomName('XPathResult.NUMBER_TYPE')
1
ORDERED_NODE_ITERATOR_TYPE int
@DocsEditable(), @DomName('XPathResult.ORDERED_NODE_ITERATOR_TYPE')
5
ORDERED_NODE_SNAPSHOT_TYPE int
@DocsEditable(), @DomName('XPathResult.ORDERED_NODE_SNAPSHOT_TYPE')
7
STRING_TYPE int
@DocsEditable(), @DomName('XPathResult.STRING_TYPE')
2
UNORDERED_NODE_ITERATOR_TYPE int
@DocsEditable(), @DomName('XPathResult.UNORDERED_NODE_ITERATOR_TYPE')
4
UNORDERED_NODE_SNAPSHOT_TYPE int
@DocsEditable(), @DomName('XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE')
6