Searched refs:fXMLReporter (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DStaxErrorReporter.java49 protected XMLReporter fXMLReporter = null ; field in class:StaxErrorReporter
70 fXMLReporter = (XMLReporter)propertyManager.getProperty(XMLInputFactory.REPORTER);
126 if(fXMLReporter!= null){
127 fXMLReporter.report(message, "WARNING", null, convertToStaxLocation(location) );
138 if(fXMLReporter!= null){
139 fXMLReporter.report(message, "ERROR", null, convertToStaxLocation(location) );

Completed in 86 milliseconds