trait
Htmlx extends AnyRef
Type Members
-
implicit
class
HRef extends AnyRef
-
case class
Header(level: Int = 1, node: Node = new Atom("first level"), namer: UniqueNames = uniqueNamer) extends Product with Serializable
-
implicit
class
HtmlNodeOps extends AnyRef
-
implicit
class
HtmlOps extends AnyRef
-
implicit
class
HtmlSeqNodeOps extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
def
anchorName(name: String): String
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
headers(nodes: NodeSeq): NodeSeq
-
def
headersAnchors: RewriteRule { ... /* 3 definitions in type refinement */ }
-
def
headersToTree(body: NodeSeq, headers: TreeLoc[Header] = leaf(Header()).loc): TreeLoc[Header]
-
def
isHeader(e: Node): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
def
nodeText(n: Node): String
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
rewriteRule(pf: PartialFunction[Node, Seq[Node]]): RewriteRule { ... /* 3 definitions in type refinement */ }
-
def
sanitize(s: String): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
updateHead(ns: NodeSeq)(f: PartialFunction[Node, Node]): NodeSeq
-
def
updateHeadAttribute(ns: NodeSeq, name: String, value: Int): NodeSeq
-
def
updateHeadAttribute(ns: NodeSeq, name: String, value: String): NodeSeq
-
def
urls(ns: NodeSeq, filePath: FilePath = DirectoryPath.EMPTY.toFilePath): List[String]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
This trait provide additional methods on a NodeSeq or a Node representing an html document