org.scalawag.sdom

Element

case class Element extends Parent with Named with Child with AttributeContainer with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AttributeContainer, Child, Named, Parent, ChildContainer, Node, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Element
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AttributeContainer
  7. Child
  8. Named
  9. Parent
  10. ChildContainer
  11. Node
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def \[T <: Child](selector: Selector[T]): Selection[T]

    Definition Classes
    Parent → ChildContainer
  7. def \(name: ElementName): Selection[Element]

    Definition Classes
    ChildContainer
  8. def \@(selector: Selector[Attribute]): Selection[Attribute]

    Definition Classes
    Element → AttributeContainer
  9. def \@(name: AttributeName): Selection[Attribute]

    Definition Classes
    AttributeContainer
  10. def \\[T <: Child](selector: Selector[T]): Selection[T]

    Definition Classes
    Parent → ChildContainer
  11. def \\(name: ElementName): Selection[Element]

    Definition Classes
    ChildContainer
  12. def ancestry: Iterable[Parent]

    Definition Classes
    Node
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. val attributeMap: Map[AttributeName, Attribute]

  15. val attributes: Selection[Attribute]

  16. def childElements: Selection[Element]

    Definition Classes
    Parent
  17. lazy val children: Selection[Child]

    Definition Classes
    Parent
  18. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def descendantElements: Selection[Element]

    Definition Classes
    Parent
  20. def descendants: Selection[Child]

    Definition Classes
    Parent
  21. lazy val document: Document

    Definition Classes
    Node
  22. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. val name: ExpandedName[_ <: ExpandedName[_]]

    Definition Classes
    Named
  27. val namespaces: Selection[Namespace]

  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. val parent: Option[Parent]

    Definition Classes
    ElementParentNode
  32. val prefix: String

    Definition Classes
    ElementNamed
  33. val scope: NamespacesLike

    Definition Classes
    ElementParent
  34. lazy val serialize: String

    Definition Classes
    Node
  35. val spec: ElementSpec

    Definition Classes
    ElementChildNamedParentNode
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. val text: String

  38. lazy val toString: String

    Definition Classes
    Node → AnyRef → Any
  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AttributeContainer

Inherited from Child

Inherited from Named

Inherited from Parent

Inherited from ChildContainer

Inherited from Node

Inherited from AnyRef

Inherited from Any

Ungrouped