Uses of Interface
org.apache.commons.jxpath.xml.XMLParser
-
Packages that use XMLParser Package Description org.apache.commons.jxpath.xml Support classes for working with XML. -
-
Uses of XMLParser in org.apache.commons.jxpath.xml
Classes in org.apache.commons.jxpath.xml that implement XMLParser Modifier and Type Class Description classDocumentContainerAn XML document container reads and parses XML only when it is accessed.classDOMParserAn implementation of the XMLParser interface that produces a DOM Document.classJDOMParserAn implementation of the XMLParser interface that produces a JDOM Document.classXMLParser2The abstract superclass of XML parsers that produce DOM Documents.Methods in org.apache.commons.jxpath.xml that return XMLParser Modifier and Type Method Description private static XMLParserDocumentContainer. getParser(java.lang.String model)Maps a model type to a parser.Methods in org.apache.commons.jxpath.xml with parameters of type XMLParser Modifier and Type Method Description static voidDocumentContainer. registerXMLParser(java.lang.String model, XMLParser parser)Add an XML parser.
-