Class

rapture.dom

Tag

Related Doc: package dom

Permalink

case class Tag[ChildType <: ElementType, ThisType <: ElementType, AttType <: AttributeType](forceClosingTag: Boolean = false, block: Boolean = true)(implicit assigned: AssignedName) extends Element[ChildType, ThisType, AttType] with Product with Serializable

Linear Supertypes
Element[ChildType, ThisType, AttType], ElementLike[ChildType, ThisType, AttType], Serializable, Serializable, Product, Equals, Dynamic, DomNode[ChildType, ThisType, AttType], Applicable[ThisType, Nothing, AppliedElement], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tag
  2. Element
  3. ElementLike
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. Dynamic
  9. DomNode
  10. Applicable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Tag(forceClosingTag: Boolean = false, block: Boolean = true)(implicit assigned: AssignedName)

    Permalink

Type Members

  1. type Content = AppliedElement[_ <: ElementType, ChildType, _ <: AttType]

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def \[Child <: ElementType, This <: ElementType, Att <: AttributeType](tag: Tag[Child, This, Att]): DomNodes[Child, This, Att]

    Permalink
    Definition Classes
    Element
  5. def \\[Child <: ElementType, This <: ElementType, Att <: AttributeType](tag: Tag[Child, This, Att]): DomNodes[Child, This, Att]

    Permalink
    Definition Classes
    Element
  6. def application[Child <: ElementType, This <: ElementType, Att <: AttributeType](element: Element[Child, This, Att], applied: Applicable[Child, Att, AppliedElement]*): AppliedElement[Child, This, Att]

    Permalink
    Definition Classes
    DomNodeApplicable
  7. def apply[AppliedType[_ <: ElementType, _ <: ElementType, _ <: AttributeType] <: DomNode[_, _, _]](first: Applicable[ChildType, AttType, AppliedType], applied: Applicable[ChildType, AttType, AppliedType]*): AppliedType[ChildType, ThisType, AttType]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def attributes: Map[AttributeKey[String, AttributeType], Nothing]

    Permalink
    Definition Classes
    TagElement
  10. val block: Boolean

    Permalink
    Definition Classes
    TagElementDomNode
  11. def children: List[Nothing]

    Permalink
    Definition Classes
    TagElement
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. val forceClosingTag: Boolean

    Permalink
    Definition Classes
    TagElement
  16. def format[Output](implicit formatter: DomFormatter[Output]): Output

    Permalink
    Definition Classes
    Element
  17. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def selectDynamic(s: String)(implicit ar: AttributeKey[s.type, AttType], mode: Mode[Element#selectDynamic]): Wrap[Value, Nothing]

    Permalink
    Definition Classes
    Element
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def tagName: String

    Permalink
    Definition Classes
    TagElement
  25. def toString(): String

    Permalink
    Definition Classes
    Element → AnyRef → Any
  26. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Element[ChildType, ThisType, AttType]

Inherited from ElementLike[ChildType, ThisType, AttType]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Dynamic

Inherited from DomNode[ChildType, ThisType, AttType]

Inherited from Applicable[ThisType, Nothing, AppliedElement]

Inherited from AnyRef

Inherited from Any

Ungrouped