Xhtml
scala.xml.Xhtml$
object Xhtml
Members list
Value members
Concrete methods
def sequenceToXML(children: Seq[Node], pscope: NamespaceBinding, sb: StringBuilder, stripComments: Boolean, decodeEntities: Boolean, preserveWhitespace: Boolean, minimizeTags: Boolean): Unit
Amounts to calling toXhtml(node, ...) with the given parameters on each node.
Amounts to calling toXhtml(node, ...) with the given parameters on each node.
Attributes
Convenience function: same as toXhtml(node, false, false)
Convenience function: same as toXhtml(node, false, false)
Value parameters
- node
-
the node
Attributes
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.
Value parameters
- nodeSeq
-
the node sequence
Attributes
def toXhtml(x: Node, pscope: NamespaceBinding, sb: StringBuilder, stripComments: Boolean, decodeEntities: Boolean, preserveWhitespace: Boolean, minimizeTags: Boolean): Unit
In this article