creates an new non-text(tree) node.
creates an new non-text(tree) node.
a new XML element.
creates a new processing instruction node.
creates a Text node.
creates a Text node.
a new Text node.
Tests if an XML element contains text.
Tests if an XML element contains text.
true if element named localName
contains text.
captures text, possibly normalizing whitespace
Characters.
Characters.
End element.
End element.
org.xml.sax.SAXException
if ..
loads XML from given InputStream, Reader, sysID, InputSource, or URL.
loads XML from given InputStream, Reader, sysID, InputSource, or URL.
Loads XML from the given file, file descriptor, or filename.
Loads XML from the given file, file descriptor, or filename.
Loads XML from the given String.
Loads XML from the given String.
Loads XML from the given InputSource, using the supplied parser.
Loads XML from the given InputSource, using the supplied parser. The methods available in scala.xml.XML use the XML parser in the JDK.
Processing instruction.
Processing instruction.
SAX adapter class, for use with Java SAX parser. Keeps track of namespace bindings, without relying on namespace handling of the underlying SAX parser.