org.specs2.html

Htmlx

object Htmlx extends Htmlx

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Htmlx
  2. Htmlx
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class HRef extends AnyRef

    Definition Classes
    Htmlx
  2. case class Header(level: Int = 1, node: Node = ..., namer: UniqueNames = Htmlx.this.uniqueNamer) extends Product with Serializable

    Definition Classes
    Htmlx
  3. implicit class HtmlNodeOps extends AnyRef

    Definition Classes
    Htmlx
  4. implicit class HtmlOps extends AnyRef

    Definition Classes
    Htmlx
  5. implicit class HtmlSeqNodeOps extends AnyRef

    Definition Classes
    Htmlx

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. implicit object HeaderShow extends Show[Header]

    Definition Classes
    Htmlx
  7. def anchorName(name: String): String

    create a sanitized anchor name

    create a sanitized anchor name

    Definition Classes
    Htmlx
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. def headers(nodes: NodeSeq): NodeSeq

    returns

    all the headers and all the subtoc elements of a document

    Definition Classes
    Htmlx
  16. def headersAnchors: RewriteRule { ... /* 3 definitions in type refinement */ }

    This rule can be used to add anchors to header elements

    This rule can be used to add anchors to header elements

    Definition Classes
    Htmlx
  17. def headersToTree(body: NodeSeq, headers: TreeLoc[Header] = leaf(Header()).loc): TreeLoc[Header]

    collect all the headers as a Tree

    collect all the headers as a Tree

    Definition Classes
    Htmlx
  18. def isHeader(e: Node): Boolean

    returns

    true if the element is a header

    Definition Classes
    Htmlx
  19. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  21. def nodeText(n: Node): String

    returns

    the text of the first child of a Node

    Definition Classes
    Htmlx
  22. final def notify(): Unit

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

    Definition Classes
    AnyRef
  24. def rewriteRule(pf: PartialFunction[Node, Seq[Node]]): RewriteRule { ... /* 3 definitions in type refinement */ }

    returns

    a rewrite rule that will rewrite recursively each node based on a partial function

    Definition Classes
    Htmlx
  25. def sanitize(s: String): String

    sanitize a string so that it can be used as a href

    sanitize a string so that it can be used as a href

    Definition Classes
    Htmlx
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. def updateHead(ns: NodeSeq)(f: PartialFunction[Node, Node]): NodeSeq

    returns

    a NodeSeq where the first Node is updated with a partial function

    Definition Classes
    Htmlx
  29. def updateHeadAttribute(ns: NodeSeq, name: String, value: Int): NodeSeq

    returns

    a NodeSeq where the first Node attribute named 'named' has a new value, from an Int

    Definition Classes
    Htmlx
  30. def updateHeadAttribute(ns: NodeSeq, name: String, value: String): NodeSeq

    returns

    a NodeSeq where the first Node attribute named 'named' has a new value

    Definition Classes
    Htmlx
  31. def urls(ns: NodeSeq, filePath: FilePath = DirectoryPath.EMPTY.toFilePath): List[String]

    returns

    the href urls in elements

    Definition Classes
    Htmlx
  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Htmlx

Inherited from AnyRef

Inherited from Any

Ungrouped