Uses of Interface
org.apache.commons.jxpath.xml.XMLParser
Packages that use XMLParser
-
Uses of XMLParser in org.apache.commons.jxpath.xml
Classes in org.apache.commons.jxpath.xml that implement XMLParserModifier and TypeClassDescriptionclass
An XML document container reads and parses XML only when it is accessed.class
An implementation of the XMLParser interface that produces a DOM Document.class
An implementation of the XMLParser interface that produces a JDOM Document.class
The abstract superclass of XML parsers that produce DOM Documents.Methods in org.apache.commons.jxpath.xml with parameters of type XMLParserModifier and TypeMethodDescriptionstatic void
DocumentContainer.registerXMLParser
(String model, XMLParser parser) Add an XML parser.