|
Scala 2
|
||
class
NoBindingFactoryAdapter
extends
FactoryAdapter with
NodeFactory with
ScalaObjectConstructor Summary | |
def
this
|
Def Summary | |
protected
|
def
create
( pre : java.lang.String , label : java.lang.String , attrs : MetaData , scpe : NamespaceBinding , children : Seq )
: Elem
constructs an instance of scala.xml.Elem |
def
createNode
( pre : java.lang.String , label : java.lang.String , attrs : MetaData , scpe : NamespaceBinding , children : List )
: Elem
creates a node. never creates the same node twice, using hash-consing |
|
def
createText
( text : java.lang.String )
: Text
creates a text node |
|
override
|
def
loadXML
( source : org.xml.sax.InputSource )
: Elem
loads an XML document, returning a Symbol node. |
def
nodeContainsText
( label : java.lang.String )
: scala.Boolean
returns true. Every XML node may contain text that the application needs |
Constructor Detail |
def
this
Def Detail |
def
create
( pre : java.lang.String , label : java.lang.String , attrs : MetaData , scpe : NamespaceBinding , children : Seq ) : Elem
def
createNode
( pre : java.lang.String , label : java.lang.String , attrs : MetaData , scpe : NamespaceBinding , children : List ) : Elem
def
createText
( text : java.lang.String ) : Text
def
loadXML
( source : org.xml.sax.InputSource ) : Elem
def
nodeContainsText
( label : java.lang.String ) : scala.Boolean