class

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

Constants

ANY_TYPEint
@DocsEditable(), @DomName('XPathResult.ANY_TYPE')
0
ANY_UNORDERED_NODE_TYPEint
@DocsEditable(), @DomName('XPathResult.ANY_UNORDERED_NODE_TYPE')
8
BOOLEAN_TYPEint
@DocsEditable(), @DomName('XPathResult.BOOLEAN_TYPE')
3
FIRST_ORDERED_NODE_TYPEint
@DocsEditable(), @DomName('XPathResult.FIRST_ORDERED_NODE_TYPE')
9
NUMBER_TYPEint
@DocsEditable(), @DomName('XPathResult.NUMBER_TYPE')
1
ORDERED_NODE_ITERATOR_TYPEint
@DocsEditable(), @DomName('XPathResult.ORDERED_NODE_ITERATOR_TYPE')
5
ORDERED_NODE_SNAPSHOT_TYPEint
@DocsEditable(), @DomName('XPathResult.ORDERED_NODE_SNAPSHOT_TYPE')
7
STRING_TYPEint
@DocsEditable(), @DomName('XPathResult.STRING_TYPE')
2
UNORDERED_NODE_ITERATOR_TYPEint
@DocsEditable(), @DomName('XPathResult.UNORDERED_NODE_ITERATOR_TYPE')
4
UNORDERED_NODE_SNAPSHOT_TYPEint
@DocsEditable(), @DomName('XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE')
6

Static Properties

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

Constructors

XPathResult.internal_()

Properties

booleanValuebool
@DocsEditable(), @DomName('XPathResult.booleanValue'), read-only
invalidIteratorStatebool
@DocsEditable(), @DomName('XPathResult.invalidIteratorState'), read-only
numberValuenum
@DocsEditable(), @DomName('XPathResult.numberValue'), read-only
resultTypeint
@DocsEditable(), @DomName('XPathResult.resultType'), read-only
singleNodeValueNode
@DocsEditable(), @DomName('XPathResult.singleNodeValue'), read-only
snapshotLengthint
@DocsEditable(), @DomName('XPathResult.snapshotLength'), read-only
stringValueString
@DocsEditable(), @DomName('XPathResult.stringValue'), read-only
hashCodeint
read-only, inherited
runtimeTypeType
read-only, inherited

A representation of the runtime type of the object.

Operators

operator ==(other) → bool
inherited

The equality operator.

Methods

iterateNext() → Node
@DocsEditable(), @DomName('XPathResult.iterateNext')
snapshotItem(int index) → Node
@DocsEditable(), @DomName('XPathResult.snapshotItem')
noSuchMethod(Invocation invocation) → dynamic
inherited

Invoked when a non-existent method or property is accessed.

toString() → String
inherited

Returns the result of the JavaScript objects toString method.

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/XPathResult-class.html