object Xhtml
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Xhtml
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
sequenceToXML(children: Seq[Node], pscope: NamespaceBinding = TopScope, sb: StringBuilder = new StringBuilder, stripComments: Boolean = false, decodeEntities: Boolean = false, preserveWhitespace: Boolean = false, minimizeTags: Boolean = true): Unit
Amounts to calling toXhtml(node, ...) with the given parameters on each node.
- def toXhtml(x: Node, pscope: NamespaceBinding = TopScope, sb: StringBuilder = new StringBuilder, stripComments: Boolean = false, decodeEntities: Boolean = false, preserveWhitespace: Boolean = false, minimizeTags: Boolean = true): Unit
-
def
toXhtml(nodeSeq: NodeSeq): String
Convenience function: amounts to calling toXhtml(node) on each node in the sequence.
Convenience function: amounts to calling toXhtml(node) on each node in the sequence.
- nodeSeq
the node sequence
-
def
toXhtml(node: Node): String
Convenience function: same as toXhtml(node, false, false)
Convenience function: same as toXhtml(node, false, false)
- node
the node