Frames | No Frames |
Classes implementing javax.xml.stream.XMLReporter | |
class | JAXP SAX parser using an underlying StAX parser.
|
Constructors with parameter type javax.xml.stream.XMLReporter | |
XMLParser.XMLParser(InputStream in, String systemId, boolean validating, boolean namespaceAware, boolean coalescing, boolean replaceERefs, boolean externalEntities, boolean supportDTD, boolean baseAware, boolean stringInterning, boolean extendedEventTypes, XMLReporter reporter, XMLResolver resolver) Creates a new XML parser for the given input stream.
| |
XMLParser.XMLParser(Reader reader, String systemId, boolean validating, boolean namespaceAware, boolean coalescing, boolean replaceERefs, boolean externalEntities, boolean supportDTD, boolean baseAware, boolean stringInterning, boolean extendedEventTypes, XMLReporter reporter, XMLResolver resolver) Creates a new XML parser for the given character stream.
|
Fields of type javax.xml.stream.XMLReporter | |
XMLReporter |
Methods with parameter type javax.xml.stream.XMLReporter | |
void | Sets the error reporter.
|
Methods with return type javax.xml.stream.XMLReporter | |
XMLReporter | Returns the error reporter.
|
Methods with parameter type javax.xml.stream.XMLReporter | |
void | Sets the error reporter.
|
Methods with return type javax.xml.stream.XMLReporter | |
XMLReporter | Returns the error reporter.
|