scala.xml

object Xhtml

[source: scala/xml/Xhtml.scala]

object Xhtml
extends AnyRef
Method Summary
def sequenceToXML (children : Seq[Node], pscope : NamespaceBinding, sb : StringBuilder, stripComment : Boolean, convertAmp : Boolean) : Unit
def toXhtml (n : Node, stripComment : Boolean, convertAmp : Boolean) : java.lang.String
def toXhtml (x : Node, pscope : NamespaceBinding, sb : StringBuilder, stripComment : Boolean, convertAmp : Boolean) : Unit
Appends a tree to the given stringbuffer within given namespace scope.
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def toXhtml(n : Node, stripComment : Boolean, convertAmp : Boolean) : java.lang.String

def toXhtml(x : Node, pscope : NamespaceBinding, sb : StringBuilder, stripComment : Boolean, convertAmp : Boolean) : Unit
Appends a tree to the given stringbuffer within given namespace scope.
Parameters
n - the node
pscope - the parent scope
sb - stringbuffer to append to
stripComment - if true, strip comments

def sequenceToXML(children : Seq[Node], pscope : NamespaceBinding, sb : StringBuilder, stripComment : Boolean, convertAmp : Boolean) : Unit
Parameters
children - ...
pscope - ...
sb - ...
stripComment - ...