Xhtml

scala.xml.Xhtml
object Xhtml

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Xhtml.type

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

def toXhtml(node: Node): String

Convenience function: same as toXhtml(node, false, false)

Convenience function: same as toXhtml(node, false, false)

Value parameters

node

the node

Attributes

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.

Value parameters

nodeSeq

the node sequence

Attributes

def toXhtml(x: Node, pscope: NamespaceBinding, sb: StringBuilder, stripComments: Boolean, decodeEntities: Boolean, preserveWhitespace: Boolean, minimizeTags: Boolean): Unit