Uses of Interface
javax.xml.stream.XMLReporter

Packages that use XMLReporter
com.caucho.xml.stream   
javax.xml.stream   
 

Uses of XMLReporter in com.caucho.xml.stream
 

Methods in com.caucho.xml.stream that return XMLReporter
 XMLReporter XMLInputFactoryImpl.getXMLReporter()
           
 

Methods in com.caucho.xml.stream with parameters of type XMLReporter
 void XMLInputFactoryImpl.setXMLReporter(XMLReporter reporter)
           
 

Uses of XMLReporter in javax.xml.stream
 

Methods in javax.xml.stream that return XMLReporter
abstract  XMLReporter XMLInputFactory.getXMLReporter()
           
 

Methods in javax.xml.stream with parameters of type XMLReporter
abstract  void XMLInputFactory.setXMLReporter(XMLReporter reporter)