Node

oxygen.ui.web.internal.DOMElement.Node
final case class Node(xmlns: Option[String], tag: String, children: ArraySeq[DOMElement]) extends WithTagAndChildren

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Entity
trait DOMElement
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def isSameNodeType(that: Node): Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

final lazy val classes: Set[String]

Attributes

Inherited from:
WithTagAndChildren
final lazy val cssStr: Option[String]

Attributes

Inherited from:
WithTagAndChildren
final lazy val entityChildren: ArraySeq[Entity]

Attributes

Inherited from:
WithTagAndChildren
final lazy val htmlAttrMap: Map[String, String]

Attributes

Inherited from:
WithTagAndChildren
final lazy val objectAttrMap: Map[String, Any]

Attributes

Inherited from:
WithTagAndChildren