captures text, possibly normalizing whitespace
captures text, possibly normalizing whitespace
Characters.
Characters.
From NodeFactory.
From NodeFactory. Constructs an instance of scala.xml.Elem -- TODO: deprecate as in Elem
From FactoryAdapter.
From FactoryAdapter. Creates a node. never creates the same node twice, using hash-consing. TODO: deprecate as in Elem, or forward to create??
a new XML element.
Creates a processing instruction.
Creates a processing instruction.
Creates a text node.
Creates a text node.
a new Text node.
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.
True.
True. Every XML node may contain text that the application needs
true if element named localName
contains text.
Processing instruction.
Processing instruction.
nobinding adaptor providing callbacks to parser to create elements. implements hash-consing