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, warningpublic JaxpDOMParser() throws XOMException
XOMExceptionpublic JaxpDOMParser(boolean validating) throws XOMException
XOMExceptionprotected Document parseInputSource(InputSource in) throws XOMException
GenericDOMParserparseInputSource in class GenericDOMParserin - Input sourceXOMException - on error