trait NodeFactory[A <: Node] extends AnyRef
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- val cache: HashMap[Int, List[A]]
- def clone(): AnyRef
- def construct(hash: Int, old: List[A], pre: String, name: String, attrSeq: MetaData, scope: NamespaceBinding, children: collection.Seq[Node]): A
- final def eq(arg0: AnyRef): Boolean
- def eqElements(ch1: collection.Seq[Node], ch2: collection.Seq[Node]): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- val ignoreComments: Boolean
- val ignoreProcInstr: Boolean
- final def isInstanceOf[T0]: Boolean
- def makeComment(s: String): collection.Seq[]
- def makeNode(pre: String, name: String, attrSeq: MetaData, scope: NamespaceBinding, children: collection.Seq[Node]): A
- def makeProcInstr(t: String, s: String): collection.Seq[ProcInstr]
- def makeText(s: String): Text
- final def ne(arg0: AnyRef): Boolean
- def nodeEquals(n: Node, pre: String, name: String, attrSeq: MetaData, scope: NamespaceBinding, children: collection.Seq[Node]): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit