implicit final class SaferNodeSelector extends AnyVal
- See also
https://www.w3.org/TR/selectors-api/#interface-definitions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SaferNodeSelector
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SaferNodeSelector(value: raw.NodeSelector)
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
querySelector(selectors: String): Option[raw.Element]
Returns the first element within the document (using depth-first pre-order traversal of the document's nodes) that matches the specified group of selectors.
Returns the first element within the document (using depth-first pre-order traversal of the document's nodes) that matches the specified group of selectors.
MDN
-
def
toString(): String
- Definition Classes
- Any
- val value: raw.NodeSelector