Uses of Interface
org.apache.commons.jxpath.xml.XMLParser

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 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.
 

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.
 



Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.