FactoryAdapter
SAX adapter class, for use with Java SAX parser. Keeps track of namespace bindings, without relying on namespace handling of the underlying SAX parser.
Value members
Abstract methods
creates an new non-text(tree) node.
creates an new non-text(tree) node.
- Returns
a new XML element.
Concrete methods
End element.
End element.
- Throws
- org.xml.sax.SAXException
if ..
- Definition Classes
- DefaultHandler -> ContentHandler
- Definition Classes
- DefaultHandler -> ContentHandler
Inherited methods
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
Concrete 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
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
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