|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jxpath.xml.XMLParser2
org.apache.commons.jxpath.xml.JDOMParser
public class JDOMParser
An implementation of the XMLParser interface that produces a JDOM Document.
Constructor Summary | |
---|---|
JDOMParser()
|
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 JDOMParser()
Method Detail |
---|
public java.lang.Object parseXML(java.io.InputStream stream)
XMLParser
parseXML
in interface XMLParser
parseXML
in class XMLParser2
stream
- InputStream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |