implicit final class SaferHTMLCollection extends AnyVal
- See also
https://dom.spec.whatwg.org/#htmlcollection
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SaferHTMLCollection
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SaferHTMLCollection(value: HTMLCollection)
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
namedItem(name: String): Option[raw.Element]
Returns the specific node whose ID or, as a fallback, name matches the string specified by name.
Returns the specific node whose ID or, as a fallback, name matches the string specified by name. Matching by name is only done as a last resort, only in HTML, and only if the referenced element supports the name attribute. Returns null if no node exists by the given name.
MDN
-
def
toString(): String
- Definition Classes
- Any
- val value: HTMLCollection