in scala.xml.parsing
class NoBindingFactoryAdapter

class NoBindingFactoryAdapter
extends FactoryAdapter
with NodeFactory
with ScalaObject
nobinding adaptor providing callbacks to parser to create elements. implements hash-consing

Constructor 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
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