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: Seq[Node]): A
-
final
def
eq(arg0: AnyRef): Boolean
-
def
eqElements(ch1: Seq[Node], ch2: Seq[Node]): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
val
ignoreComments: Boolean
-
val
ignoreProcInstr: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
makeComment(s: String): Seq[Comment]
-
def
makeNode(pre: String, name: String, attrSeq: MetaData, scope: NamespaceBinding, children: Seq[Node]): A
-
def
makeProcInstr(t: String, s: String): 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: Seq[Node]): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit