|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use XMLParser | |
| org.apache.commons.jxpath.xml | |
| Uses of XMLParser in org.apache.commons.jxpath.xml |
| Classes in org.apache.commons.jxpath.xml that implement XMLParser | |
class |
DocumentContainer
An XML document container reads and parses XML only when it is accessed. |
class |
DOMParser
An implementation of the XMLParser interface that produces a DOM Document. |
class |
JDOMParser
An implementation of the XMLParser interface that produces a JDOM Document. |
class |
XMLParser2
The abstract superclass of XML parsers that produce DOM Documents. |
| Methods in org.apache.commons.jxpath.xml that return XMLParser | |
private static XMLParser |
DocumentContainer.getParser(java.lang.String model)
Maps a model type to a parser. |
| Methods in org.apache.commons.jxpath.xml with parameters of type XMLParser | |
static void |
DocumentContainer.registerXMLParser(java.lang.String model,
XMLParser parser)
Add an XML parser. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||