implicit final class SaferNonDocumentTypeChildNode extends AnyVal
- See also
https://dom.spec.whatwg.org/#nondocumenttypechildnode
- Alphabetic
- By Inheritance
- SaferNonDocumentTypeChildNode
- AnyVal
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SaferNonDocumentTypeChildNode(value: NonDocumentTypeChildNode)
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
nextElementSibling: Option[raw.Element]
The nextElementSibling read-only property returns the element immediately following the specified one in its parent's children list, or null if the specified element is the last one in the list.
The nextElementSibling read-only property returns the element immediately following the specified one in its parent's children list, or null if the specified element is the last one in the list.
MDN
-
def
previousElementSibling: Option[raw.Element]
The previousElementSibling read-only property returns the Element immediately prior to the specified one in its parent's children list, or null if the specified element is the first one in the list.
The previousElementSibling read-only property returns the Element immediately prior to the specified one in its parent's children list, or null if the specified element is the first one in the list.
MDN
-
def
toString(): String
- Definition Classes
- Any
- val value: NonDocumentTypeChildNode