Packages

t

scala.xml.factory

NodeFactory

trait NodeFactory[A <: Node] extends AnyRef

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

Concrete Value Members

  1. val cache: HashMap[Int, List[A]]
  2. def eqElements(ch1: Seq[Node], ch2: Seq[Node]): Boolean
  3. val ignoreComments: Boolean
  4. val ignoreProcInstr: Boolean
  5. def makeComment(s: String): Seq[Comment]
  6. def makeNode(pre: String, name: String, attrSeq: MetaData, scope: NamespaceBinding, children: Seq[Node]): A
  7. def makeProcInstr(t: String, s: String): Seq[ProcInstr]
  8. def makeText(s: String): Text
  9. def nodeEquals(n: Node, pre: String, name: String, attrSeq: MetaData, scope: NamespaceBinding, children: Seq[Node]): Boolean