|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eigenbase.xom.wrappers.GenericDOMParser
org.eigenbase.xom.wrappers.JaxpDOMParser
public class JaxpDOMParser
A JaxpDOMParser
implements Parser
using
a JAXP-compliant parser
.
Field Summary |
---|
Fields inherited from class org.eigenbase.xom.wrappers.GenericDOMParser |
---|
document, errorBuffer, errorOut, LOAD_EXTERNAL_DTD_FEATURE, VALIDATION_FEATURE |
Constructor Summary | |
---|---|
JaxpDOMParser()
Creates a non-validating parser. |
|
JaxpDOMParser(boolean validating)
Creates a parser. |
Method Summary | |
---|---|
protected org.w3c.dom.Document |
parseInputSource(org.xml.sax.InputSource in)
Parses the specified URI and returns the document. |
Methods inherited from class org.eigenbase.xom.wrappers.GenericDOMParser |
---|
create, error, fatalError, getLocation, handleErrors, isKeepPositions, parse, parse, parse, parse, prepareParse, setKeepPositions, warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JaxpDOMParser() throws XOMException
XOMException
public JaxpDOMParser(boolean validating) throws XOMException
XOMException
Method Detail |
---|
protected org.w3c.dom.Document parseInputSource(org.xml.sax.InputSource in) throws XOMException
GenericDOMParser
parseInputSource
in class GenericDOMParser
in
- Input source
XOMException
- on error
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |