scala.xml

Xhtml

object Xhtml extends AnyRef

Inherits

  1. AnyRef
  2. Any

Value Members

  1. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  2. def hashCode(): Int

    Returns a hash code value for the object

  3. def sequenceToXML(children: Seq[Node], pscope: NamespaceBinding, sb: StringBuilder, stripComments: Boolean, decodeEntities: Boolean, preserveWhitespace: Boolean, minimizeTags: Boolean): Unit

    Amounts to calling toXhtml(node,

  4. def toString(): String

    Returns a string representation of the object

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

  6. def toXhtml(nodeSeq: NodeSeq): String

    Convenience function: amounts to calling toXhtml(node) on each node in the sequence

  7. def toXhtml(node: Node): String

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