Packages

c

pine

Tag

case class Tag[TagName <: Singleton](tagName: String with TagName, attributes: Map[String, Any] = Map.empty, children: Seq[Node] = Seq.empty) extends Node with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Node, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tag
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Node
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Tag(tagName: String with TagName, attributes: Map[String, Any] = Map.empty, children: Seq[Node] = Seq.empty)

Type Members

  1. type T = Tag[TagName]
    Definition Classes
    TagNode

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ++(nodes: Seq[Node]): Tag[TagName]
  4. def +:[U <: Singleton](node: Tag[U]): Tag[U]
    Definition Classes
    Node
  5. def -(node: Node): Tag[TagName]
  6. def --(node: Seq[Node]): Tag[TagName]
  7. def :+(node: Node): Tag[TagName]
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def append(node: Node): Tag[TagName]
  10. def appendAll(nodes: Seq[Node]): Tag[TagName]
  11. def as[T <: Singleton with String](implicit vu: ValueOf[T]): Tag[T]
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def attr(attribute: String): Option[Any]
  14. val attributes: Map[String, Any]
  15. def byClass(class: String): Tag[_]
  16. def byClassOpt(class: String): Option[Tag[_]]
  17. def byId(id: String): Tag[_]
  18. def byIdOpt(id: String): Option[Tag[_]]
  19. def byTag[U <: Singleton](implicit ct: ValueOf[U]): Tag[U]
  20. def byTagOpt[U <: Singleton](implicit vu: ValueOf[U]): Option[Tag[U]]
  21. val children: Seq[Node]
  22. def clearAll: Tag[TagName]
  23. def clearAttr: Tag[TagName]
  24. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def filter(f: (Node) ⇒ Boolean): Seq[Node]
  27. def filterTags(f: (Tag[_]) ⇒ Boolean): Seq[Tag[_]]
  28. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def find(f: (Node) ⇒ Boolean): Option[Node]
  30. def flatMap(f: (Node) ⇒ Seq[Node]): Tag[TagName]
    Definition Classes
    TagNode
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  32. def hasClass(class: String): Boolean
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def map(f: (Node) ⇒ Node): Tag[TagName]

    Recursively map children, excluding root node

    Recursively map children, excluding root node

    Definition Classes
    TagNode
  35. def mapFirst(f: PartialFunction[Node, Node]): Tag[TagName]
    Definition Classes
    TagNode
  36. def mapRoot(f: (Tag[_]) ⇒ Tag[_]): Tag[TagName]

    Recursively map tag children, including root node

  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  40. def partialMap(f: PartialFunction[Node, Node]): Tag[TagName]
  41. def prepend(node: Node): Tag[TagName]
  42. def remAttr(attribute: String): Tag[TagName]
  43. def remove(node: Node): Tag[TagName]
  44. def removeAll(node: Seq[Node]): Tag[TagName]
  45. def replace(reference: Node, node: Node): Tag[TagName]
  46. def set(nodes: Seq[Node]): Tag[TagName]
  47. def set(node: Node): Tag[TagName]
  48. def setAttr(attribute: String, value: Any): Tag[TagName]
  49. def suffixIds(suffix: String): Tag[TagName]

    Recursively adds suffix to every ID attribute

  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. val tagName: String with TagName
  52. def update(f: (NodeRenderContext) ⇒ Unit): Tag[TagName]
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. 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 Node

Inherited from AnyRef

Inherited from Any

Ungrouped