On this page
class
- Inheritance
-
- Object
- JSObject
- DartHtmlDomObject
- XPathResult
- Annotations
-
- @DocsEditable()
- @DomName('XPathResult')
- @deprecated
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
Static Properties
- instanceRuntimeType → Type
@Deprecated("Internal Use Only"), read-only
Constructors
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
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
toStringmethod.
© 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