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 org.w3c.dom.Document |
parseInputSource(org.xml.sax.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 org.w3c.dom.Document parseInputSource(org.xml.sax.InputSource in)
throws XOMException
GenericDOMParserparseInputSource in class GenericDOMParserin - Input sourceXOMException - on error