scala.xml.factory

NodeFactory

trait NodeFactory[A <: Node] extends AnyRef

known subclasses: LoggedNodeFactory, NoBindingFactoryAdapter

Inherits

  1. AnyRef
  2. Any

Value Members

  1. val cache: HashMap[Int, List[A]]

  2. def eqElements(ch1: Seq[Node], ch2: Seq[Node]): Boolean

  3. def equals(arg0: Any): Boolean

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

  4. def hashCode(): Int

    Returns a hash code value for the object

  5. val ignoreComments: Boolean

  6. val ignoreProcInstr: Boolean

  7. def makeComment(s: String): Seq[Comment]

  8. def makeNode(pre: String, name: String, attrSeq: MetaData, scope: NamespaceBinding, children: Seq[Node]): A

  9. def makeProcInstr(t: String, s: String): Seq[ProcInstr]

  10. def makeText(s: String): Text

  11. def nodeEquals(n: Node, pre: String, name: String, attrSeq: MetaData, scope: NamespaceBinding, children: Seq[Node]): Boolean

  12. def toString(): String

    Returns a string representation of the object