org.eigenbase.xom.wrappers
public class JaxpDOMParser extends GenericDOMParser
document, errorBuffer, errorOut, LOAD_EXTERNAL_DTD_FEATURE, VALIDATION_FEATURE
Constructor and Description |
---|
JaxpDOMParser()
Creates a non-validating parser.
|
JaxpDOMParser(boolean validating)
Creates a parser.
|
Modifier and Type | Method and Description |
---|---|
protected Document |
parseInputSource(InputSource in)
Parses the specified URI and returns the document.
|
create, error, fatalError, getLocation, handleErrors, isKeepPositions, parse, parse, parse, parse, prepareParse, setKeepPositions, warning
public JaxpDOMParser() throws XOMException
XOMException
public JaxpDOMParser(boolean validating) throws XOMException
XOMException
protected Document parseInputSource(InputSource in) throws XOMException
GenericDOMParser
parseInputSource
in class GenericDOMParser
in
- Input sourceXOMException
- on error