scala.xml.factory
NodeFactory
trait
NodeFactory[A <: Node] extends AnyRef
Value Members
-
-
def
eqElements(ch1: Seq[Node], ch2: Seq[Node]): Boolean
-
def
equals(arg0: Any): Boolean
-
def
hashCode(): Int
-
val
ignoreComments: Boolean
-
val
ignoreProcInstr: 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
-
def
nodeEquals(n: Node, pre: String, name: String, attrSeq: MetaData, scope: NamespaceBinding, children: Seq[Node]): Boolean
-
def
toString(): String