scala.xml
Xhtml
object
Xhtml extends AnyRef
Value Members
-
def
equals(arg0: Any): Boolean
-
def
hashCode(): Int
-
def
sequenceToXML(children: Seq[Node], pscope: NamespaceBinding, sb: StringBuilder, stripComments: Boolean, decodeEntities: Boolean, preserveWhitespace: Boolean, minimizeTags: Boolean): Unit
-
def
toString(): String
-
def
toXhtml(x: Node, pscope: NamespaceBinding, sb: StringBuilder, stripComments: Boolean, decodeEntities: Boolean, preserveWhitespace: Boolean, minimizeTags: Boolean): Unit
-
def
toXhtml(nodeSeq: NodeSeq): String
-
def
toXhtml(node: Node): String