public class JDOMParser extends XMLParser2
Constructor and Description |
---|
JDOMParser() |
Modifier and Type | Method and Description |
---|---|
Object |
parseXML(InputStream stream)
Reads the supplied XML file and returns the resulting model,
which is not necessarily DOM.
|
isCoalescing, isExpandEntityReferences, isIgnoringComments, isIgnoringElementContentWhitespace, isNamespaceAware, isValidating, setCoalescing, setExpandEntityReferences, setIgnoringComments, setIgnoringElementContentWhitespace, setNamespaceAware, setValidating
public JDOMParser()
public Object parseXML(InputStream stream)
XMLParser
parseXML
in interface XMLParser
parseXML
in class XMLParser2
stream
- InputStreamCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.