-
Packages that use XMLReporter
Package |
Description |
javax.xml.stream |
Defines interfaces and classes for the Streaming API for XML (StAX).
|
-
-
Methods in javax.xml.stream with parameters of type XMLReporter
Modifier and Type |
Method |
Description |
abstract void |
XMLInputFactory.setXMLReporter(XMLReporter reporter) |
The reporter that will be set on any XMLStreamReader or XMLEventReader created
by this factory instance.
|