Uses of Interface javax.xml.stream.XMLReporter

Uses in package gnu.xml.stream

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.

Uses in package javax.xml.stream

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.