NoBindingFactoryAdapter
nobinding adaptor providing callbacks to parser to create elements. implements hash-consing
Value members
Concrete methods
From FactoryAdapter. Creates a node. never creates the same node twice, using hash-consing. TODO: deprecate as in Elem, or forward to create??
From FactoryAdapter. Creates a node. never creates the same node twice, using hash-consing. TODO: deprecate as in Elem, or forward to create??
Inherited methods
captures text, possibly normalizing whitespace
captures text, possibly normalizing whitespace
- Inherited from
- FactoryAdapter
- Inherited from
- NodeFactory
End element.
End element.
- Throws
- org.xml.sax.SAXException
if ..
- Definition Classes
- Inherited from
- FactoryAdapter
loads XML from given InputStream, Reader, sysID, InputSource, or URL.
loads XML from given InputStream, Reader, sysID, InputSource, or URL.
- Inherited from
- XMLLoader
Loads XML from the given file, file descriptor, or filename.
Loads XML from the given file, file descriptor, or filename.
- Inherited from
- XMLLoader
Loads XML from the given InputSource, using the supplied parser. The methods available in scala.xml.XML use the XML parser in the JDK.
Loads XML from the given InputSource, using the supplied parser. The methods available in scala.xml.XML use the XML parser in the JDK.
- Inherited from
- XMLLoader
- Inherited from
- NodeFactory
- Inherited from
- NodeFactory
- Definition Classes
- Inherited from
- FactoryAdapter
Inherited fields
List of attributes
List of attributes
Previously was a mutable Stack, but is now a mutable reference to an immutable List.
- Since
2.0.0
- Inherited from
- FactoryAdapter
List of elements
List of elements
Previously was a mutable Stack, but is now a mutable reference to an immutable List.
- Since
2.0.0
- Inherited from
- FactoryAdapter
List of namespaces
List of namespaces
Previously was a mutable Stack, but is now a mutable reference to an immutable List.
- Since
2.0.0
- Inherited from
- FactoryAdapter
List of element names
List of element names
Previously was a mutable Stack, but is now a mutable reference to an immutable List.
- Since
2.0.0
- Inherited from
- FactoryAdapter