|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.jxpath.xml.XMLParser2 org.apache.commons.jxpath.xml.DOMParser
An implementation of the XMLParser interface that produces a DOM Document.
Field Summary |
Fields inherited from class org.apache.commons.jxpath.xml.XMLParser2 |
|
Constructor Summary | |
DOMParser()
|
Method Summary | |
java.lang.Object |
parseXML(java.io.InputStream stream)
Reads the supplied XML file and returns the resulting model, which is not necessarily DOM. |
Methods inherited from class org.apache.commons.jxpath.xml.XMLParser2 |
isCoalescing, isExpandEntityReferences, isIgnoringComments, isIgnoringElementContentWhitespace, isNamespaceAware, isValidating, setCoalescing, setExpandEntityReferences, setIgnoringComments, setIgnoringElementContentWhitespace, setNamespaceAware, setValidating |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DOMParser()
Method Detail |
public java.lang.Object parseXML(java.io.InputStream stream)
XMLParser
parseXML
in interface XMLParser
parseXML
in class XMLParser2
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |