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

/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DStaxErrorReporter.java70 fXMLReporter = (XMLReporter)propertyManager.getProperty(XMLInputFactory.REPORTER);
H A DXMLInputFactoryImpl.java163 return (XMLReporter)fPropertyManager.getProperty(XMLInputFactory.REPORTER);
173 fPropertyManager.setProperty(XMLInputFactory.REPORTER, xmlreporter);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXManager.java80 features.put(XMLInputFactory.REPORTER, null);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/factory/
H A DStAXInputFactory.java171 return (XMLReporter)_manager.getProperty(XMLInputFactory.REPORTER);
181 _manager.setProperty(XMLInputFactory.REPORTER, xmlreporter);
/openjdk7/jaxp/src/javax/xml/stream/
H A DXMLInputFactory.java127 public static final String REPORTER= field in class:XMLInputFactory
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DPropertyManager.java108 supportedProps.put(XMLInputFactory.REPORTER, null);

Completed in 59 milliseconds