Uses of Interface
javax.xml.stream.XMLReporter
Packages that use XMLReporter
-
Uses of XMLReporter in javax.xml.stream
Methods in javax.xml.stream that return XMLReporter修饰符和类方法描述abstract XMLReporterXMLInputFactory.getXMLReporter()The reporter that will be set on any XMLStreamReader or XMLEventReader created by this factory instance.Methods in javax.xml.stream with parameters of type XMLReporter修饰符和类方法描述abstract voidXMLInputFactory.setXMLReporter(XMLReporter reporter) The reporter that will be set on any XMLStreamReader or XMLEventReader created by this factory instance.