implicit final class SaferParentNode extends AnyVal
- See also
https://dom.spec.whatwg.org/#interface-parentnode
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SaferParentNode
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SaferParentNode(value: raw.ParentNode)
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
firstElementChild: Option[raw.Element]
Returns the Element that is the first child of the object, or null if there is none.
Returns the Element that is the first child of the object, or null if there is none.
MDN
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
lastElementChild: Option[raw.Element]
Returns the Element that is the last child of the object, or null if there is none.
Returns the Element that is the last child of the object, or null if there is none.
MDN
-
def
toString(): String
- Definition Classes
- Any
- val value: raw.ParentNode