|
Scala Library
|
|
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
n - the nodepscope - the parent scopesb - stringbuffer to append tostripComment - if true, strip comments
def
sequenceToXML(children : Seq[Node], pscope : NamespaceBinding, sb : StringBuilder, stripComment : Boolean, convertAmp : Boolean) : Unit
children - ...pscope - ...sb - ...stripComment - ...|
Scala Library
|
|