Packages

o

scala.xml

Xhtml

object Xhtml

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Xhtml
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def sequenceToXML(children: Seq[Node], pscope: NamespaceBinding = TopScope, sb: StringBuilder = new StringBuilder, stripComments: Boolean = false, decodeEntities: Boolean = false, preserveWhitespace: Boolean = false, minimizeTags: Boolean = true): Unit

    Amounts to calling toXhtml(node, ...) with the given parameters on each node.

  2. def toXhtml(x: Node, pscope: NamespaceBinding = TopScope, sb: StringBuilder = new StringBuilder, stripComments: Boolean = false, decodeEntities: Boolean = false, preserveWhitespace: Boolean = false, minimizeTags: Boolean = true): Unit
  3. 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.

    nodeSeq

    the node sequence

  4. def toXhtml(node: Node): String

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

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

    node

    the node