Scala Library Documentation
|
|
class
NoBindingFactoryAdapter
extends
FactoryAdapter with
NodeFactory[Elem]Values and Variables inherited from NodeFactory | |
ignoreComments, ignoreProcInstr, cache |
Values and Variables inherited from FactoryAdapter | |
buffer, attribStack, hStack, tagStack, scopeStack, curTag, capture, normalizeWhitespace, rootElem |
Method Summary | |
protected def
|
create
(pre : String, label : String, attrs : MetaData, scpe : NamespaceBinding, children : Seq[Node]) : Elem
constructs an instance of scala.xml.Elem
|
def
|
createNode
(pre : String, label : String, attrs : MetaData, scpe : NamespaceBinding, children : List[Node]) : Elem
creates a node. never creates the same node twice, using hash-consing
|
def
|
createText
(text : String) : Text
creates a text node
|
override def
|
loadXML
(source : InputSource) : Elem
loads an XML document, returning a Symbol node.
|
def
|
nodeContainsText
(label : String) : Boolean
returns true. Every XML node may contain text that the application needs
|
Methods inherited from NodeFactory | |
construct, eqElements, nodeEquals, makeNode, makeText, makeComment, makeProcInstr |
Methods inherited from FactoryAdapter | |
characters, startElement, captureText, endElement, warning, error, fatalError, printError, loadFile, loadFile, loadFile, load, load, load |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
protected
def
create(pre : String, label : String, attrs : MetaData, scpe : NamespaceBinding, children : Seq[Node]) : Elem
def
createNode(pre : String, label : String, attrs : MetaData, scpe : NamespaceBinding, children : List[Node]) : Elem
override
def
loadXML(source : InputSource) : Elem
Scala Library Documentation
|
|