object XPathResult extends Object
- Annotations
- @native() @JSGlobal()
- Alphabetic
- By Inheritance
- XPathResult
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
ANY_TYPE: Int
A result set containing whatever type naturally results from evaluation of the expression.
A result set containing whatever type naturally results from evaluation of the expression. Note that if the result is a node-set then UNORDERED_NODE_ITERATOR_TYPE is always the resulting type.
MDN
-
val
ANY_UNORDERED_NODE_TYPE: Int
A result node-set containing any single node that matches the expression.
A result node-set containing any single node that matches the expression. The node is not necessarily the first node in the document that matches the expression.
MDN
-
val
BOOLEAN_TYPE: Int
A result containing a single boolean value.
A result containing a single boolean value. This is useful for example, in an XPath expression using the not() function.
MDN
-
val
FIRST_ORDERED_NODE_TYPE: Int
A result node-set containing the first node in the document that matches the expression.
A result node-set containing the first node in the document that matches the expression.
MDN
-
val
NUMBER_TYPE: Int
A result containing a single number.
A result containing a single number. This is useful for example, in an XPath expression using the count() function.
MDN
-
val
ORDERED_NODE_ITERATOR_TYPE: Int
A result node-set containing all the nodes matching the expression.
A result node-set containing all the nodes matching the expression. The nodes in the result set are in the same order that they appear in the document.
MDN
-
val
ORDERED_NODE_SNAPSHOT_TYPE: Int
A result node-set containing snapshots of all the nodes matching the expression.
A result node-set containing snapshots of all the nodes matching the expression. The nodes in the result set are in the same order that they appear in the document.
MDN
-
val
STRING_TYPE: Int
A result containing a single string.
A result containing a single string.
MDN
-
val
UNORDERED_NODE_ITERATOR_TYPE: Int
A result node-set containing all the nodes matching the expression.
A result node-set containing all the nodes matching the expression. The nodes may not necessarily be in the same order that they appear in the document.
MDN
-
val
UNORDERED_NODE_SNAPSHOT_TYPE: Int
A result node-set containing snapshots of all the nodes matching the expression.
A result node-set containing snapshots of all the nodes matching the expression. The nodes may not necessarily be in the same order that they appear in the document.
MDN
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
valueOf(): Any
- Definition Classes
- Object
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()