scala.xml.factory
LoggedNodeFactory
class
LoggedNodeFactory
[A <: Node]
extends NodeFactory[A] with Logged
Instance constructors
-
new
LoggedNodeFactory
()
Value Members
-
def
!=
(arg0: AnyRef)
: Boolean
-
def
!=
(arg0: Any)
: Boolean
-
def
##
()
: Int
-
def
$asInstanceOf
[T0]
()
: T0
-
def
$isInstanceOf
[T0]
()
: Boolean
-
def
==
(arg0: AnyRef)
: Boolean
-
def
==
(arg0: Any)
: Boolean
-
val
CACHE
: Int(1)
-
val
FULL
: Int(2)
-
val
NONE
: Int(0)
-
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
-
def
create
(pre: String, name: String, attrs: MetaData, scope: NamespaceBinding, children: Seq[Node])
: A
-
def
eq
(arg0: AnyRef)
: Boolean
-
def
eqElements
(ch1: Seq[Node], ch2: Seq[Node])
: Boolean
-
def
equals
(arg0: Any)
: Boolean
-
def
finalize
()
: Unit
-
def
getClass
()
: java.lang.Class[_ <: java.lang.Object]
-
def
hashCode
()
: Int
-
val
ignoreComments
: Boolean
-
val
ignoreProcInstr
: Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
log
(msg: String)
: Unit
-
val
logComment
: Boolean
-
val
logCompressLevel
: Int
-
val
logNode
: Boolean
-
val
logProcInstr
: Boolean
-
val
logText
: Boolean
-
def
makeComment
(s: String)
: Seq[Comment]
-
def
makeNode
(pre: String, label: String, attrSeq: MetaData, scope: NamespaceBinding, children: Seq[Node])
: A
-
def
makeProcInstr
(t: String, s: String)
: Seq[ProcInstr]
-
def
makeText
(s: String)
: Text
-
def
ne
(arg0: AnyRef)
: Boolean
-
def
nodeEquals
(n: Node, pre: String, name: String, attrSeq: MetaData, scope: NamespaceBinding, children: Seq[Node])
: Boolean
-
def
notify
()
: Unit
-
def
notifyAll
()
: Unit
-
def
synchronized
[T0]
(arg0: T0)
: T0
-
def
toString
()
: String
-
def
wait
()
: Unit
-
def
wait
(arg0: Long, arg1: Int)
: Unit
-
def
wait
(arg0: Long)
: Unit
Inherited from Logged
Value Members
-
def
log
(msg: String)
: Unit
Value Members
-
val
cache
: HashMap[Int, List[A]]
-
def
construct
(hash: Int, old: List[A], pre: String, name: String, attrSeq: MetaData, scope: NamespaceBinding, children: Seq[Node])
: A
-
def
create
(pre: String, name: String, attrs: MetaData, scope: NamespaceBinding, children: Seq[Node])
: A
-
def
eqElements
(ch1: Seq[Node], ch2: Seq[Node])
: Boolean
-
val
ignoreComments
: Boolean
-
val
ignoreProcInstr
: Boolean
-
def
nodeEquals
(n: Node, pre: String, name: String, attrSeq: MetaData, scope: NamespaceBinding, children: Seq[Node])
: Boolean
Inherited from AnyRef
Value Members
-
def
!=
(arg0: AnyRef)
: Boolean
-
def
##
()
: Int
-
def
$asInstanceOf
[T0]
()
: T0
-
def
$isInstanceOf
[T0]
()
: Boolean
-
def
==
(arg0: AnyRef)
: Boolean
-
def
clone
()
: AnyRef
-
def
eq
(arg0: AnyRef)
: Boolean
-
def
equals
(arg0: Any)
: Boolean
-
def
finalize
()
: Unit
-
def
getClass
()
: java.lang.Class[_ <: java.lang.Object]
-
def
hashCode
()
: Int
-
def
ne
(arg0: AnyRef)
: Boolean
-
def
notify
()
: Unit
-
def
notifyAll
()
: Unit
-
def
synchronized
[T0]
(arg0: T0)
: T0
-
def
toString
()
: String
-
def
wait
()
: Unit
-
def
wait
(arg0: Long, arg1: Int)
: Unit
-
def
wait
(arg0: Long)
: Unit
Inherited from Any
Value Members
-
def
!=
(arg0: Any)
: Boolean
-
def
==
(arg0: Any)
: Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
isInstanceOf
[T0]
: Boolean
This class logs what the nodefactory is actually doing. If you want to see what happens during loading, use it like this:
version
1.0