trait DomApi extends AnyRef
- Source
- DomApi.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DomApi
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def appendChild(node: Node, child: Node): Unit
- abstract def createComment(text: String): Comment
- abstract def createDocumentFragment: DocumentFragment
- abstract def createElement(tagName: String): HTMLElement
- abstract def createElementNS(namespaceURI: String, qualifiedName: String): Element
- abstract def createTextNode(text: String): Text
- abstract def getTextContent(node: Node): Option[String]
- abstract def insertBefore(parentNode: Node, newNode: Node, referenceNode: Option[Node]): Unit
- abstract def isComment(node: Node): Boolean
- abstract def isDocumentFragement(node: Node): Boolean
- abstract def isElement(node: Node): Boolean
- abstract def isText(node: Node): Boolean
- abstract def nextSibling(node: Node): Option[Node]
- abstract def parentNode(node: Node): Option[Node]
- abstract def removeChild(node: Node, child: Node): Unit
- abstract def setTextContent(node: Node, text: Option[String]): Unit
- abstract def tagName(elm: Element): String
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()