implicit final class SaferXPathResult extends AnyVal
- See also
https://wiki.whatwg.org/wiki/DOM_XPath
https://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathResult
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SaferXPathResult
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SaferXPathResult(value: XPathResult)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterateNextOpt(): Option[Node]
- def singleNodeValueOpt: Option[Node]
- def snapshotItemOpt(index: Int): Option[Node]
-
def
toString(): String
- Definition Classes
- Any
- val value: XPathResult