Searched refs:fErrorReporter (Results 1 - 25 of 43) sorted by relevance

12

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDLoader.java211 fErrorReporter = errorReporter;
213 if (fErrorReporter.getMessageFormatter(XMLMessageFormatter.XML_DOMAIN) == null) {
215 fErrorReporter.putMessageFormatter(XMLMessageFormatter.XML_DOMAIN, xmft);
216 fErrorReporter.putMessageFormatter(XMLMessageFormatter.XMLNS_DOMAIN, xmft);
225 fDTDScanner = createDTDScanner(fSymbolTable, fErrorReporter, fEntityManager);
304 return fErrorReporter;
307 return fErrorReporter.getErrorHandler();
347 fErrorReporter = (XMLErrorReporter)value;
349 if (fErrorReporter.getMessageFormatter(XMLMessageFormatter.XML_DOMAIN) == null) {
351 fErrorReporter
[all...]
H A DXMLNSDTDValidator.java119 fErrorReporter.reportError(XMLMessageFormatter.XMLNS_DOMAIN,
140 fErrorReporter.reportError(XMLMessageFormatter.XMLNS_DOMAIN,
148 fErrorReporter.reportError(XMLMessageFormatter.XMLNS_DOMAIN,
157 fErrorReporter.reportError(XMLMessageFormatter.XMLNS_DOMAIN,
166 fErrorReporter.reportError(XMLMessageFormatter.XMLNS_DOMAIN,
179 fErrorReporter.reportError(XMLMessageFormatter.XMLNS_DOMAIN,
199 fErrorReporter.reportError(XMLMessageFormatter.XMLNS_DOMAIN,
218 fErrorReporter.reportError(XMLMessageFormatter.XMLNS_DOMAIN,
240 fErrorReporter.reportError(XMLMessageFormatter.XMLNS_DOMAIN,
H A DXML11NSDTDValidator.java117 fErrorReporter.reportError(
139 fErrorReporter.reportError(
148 fErrorReporter.reportError(
158 fErrorReporter.reportError(
168 fErrorReporter.reportError(
192 fErrorReporter.reportError(
210 fErrorReporter.reportError(
233 fErrorReporter.reportError(
H A DXMLDTDValidator.java232 protected XMLErrorReporter fErrorReporter; field in class:XMLDTDValidator
467 fErrorReporter = (XMLErrorReporter)componentManager.getProperty(Constants.XERCES_PROPERTY_PREFIX+Constants.ERROR_REPORTER_PROPERTY);
813 fErrorReporter.reportError( XMLMessageFormatter.XML_DOMAIN,
824 fErrorReporter.reportError(XMLMessageFormatter.XML_DOMAIN,
946 fErrorReporter.reportError(XMLMessageFormatter.XML_DOMAIN,
986 fErrorReporter.reportError(XMLMessageFormatter.XML_DOMAIN,
1025 fErrorReporter.reportError(XMLMessageFormatter.XML_DOMAIN,
1032 XMLDTDLoader.checkStandaloneEntityRef(name, fDTDGrammar, fEntityDecl, fErrorReporter);
1171 fErrorReporter.reportError(XMLMessageFormatter.XML_DOMAIN,
1181 fErrorReporter
[all...]
H A DXMLDTDProcessor.java227 protected XMLErrorReporter fErrorReporter; field in class:XMLDTDProcessor
359 fErrorReporter =
757 checkStandaloneEntityRef(name, fDTDGrammar, fEntityDecl, fErrorReporter);
803 fErrorReporter.reportError(XMLMessageFormatter.XML_DOMAIN,
891 fErrorReporter.reportError(XMLMessageFormatter.XML_DOMAIN,
908 fErrorReporter.reportError(XMLMessageFormatter.XML_DOMAIN,
933 fErrorReporter.reportError(XMLMessageFormatter.XML_DOMAIN,
966 fErrorReporter.reportError(XMLMessageFormatter.XML_DOMAIN,
984 fErrorReporter.reportError(XMLMessageFormatter.XML_DOMAIN,
1062 fErrorReporter
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXML11NSDocumentScannerImpl.java185 fErrorReporter.reportError(
193 fErrorReporter.reportError(
240 fErrorReporter.reportError(XMLMessageFormatter.XML_DOMAIN,
251 fErrorReporter.reportError(
274 fErrorReporter.reportError(
302 fErrorReporter.reportError(
319 fErrorReporter.reportError(
328 fErrorReporter.reportError(
407 fErrorReporter.reportError(
415 fErrorReporter
[all...]
H A DXMLNSDocumentScannerImpl.java226 fErrorReporter.reportError(XMLMessageFormatter.XML_DOMAIN,
232 fErrorReporter.reportError( XMLMessageFormatter.XML_DOMAIN,
255 fErrorReporter.reportError(XMLMessageFormatter.XML_DOMAIN,
268 fErrorReporter.reportError(XMLMessageFormatter.XMLNS_DOMAIN,
286 fErrorReporter.reportError(XMLMessageFormatter.XMLNS_DOMAIN,
310 fErrorReporter.reportError(XMLMessageFormatter.XMLNS_DOMAIN,
324 fErrorReporter.reportError(XMLMessageFormatter.XMLNS_DOMAIN,
329 fErrorReporter.reportError(XMLMessageFormatter.XMLNS_DOMAIN,
459 fErrorReporter.reportError(XMLMessageFormatter.XMLNS_DOMAIN,
467 fErrorReporter
[all...]
H A DXMLNamespaceBinder.java164 protected XMLErrorReporter fErrorReporter; field in class:XMLNamespaceBinder
250 fErrorReporter = (XMLErrorReporter)componentManager.getProperty(ERROR_REPORTER);
310 fErrorReporter = (XMLErrorReporter)value;
713 fErrorReporter.reportError(XMLMessageFormatter.XMLNS_DOMAIN,
734 fErrorReporter.reportError(XMLMessageFormatter.XMLNS_DOMAIN,
742 fErrorReporter.reportError(XMLMessageFormatter.XMLNS_DOMAIN,
751 fErrorReporter.reportError(XMLMessageFormatter.XMLNS_DOMAIN,
760 fErrorReporter.reportError(XMLMessageFormatter.XMLNS_DOMAIN,
777 fErrorReporter.reportError(XMLMessageFormatter.XMLNS_DOMAIN,
798 fErrorReporter
[all...]
H A DXMLVersionDetector.java122 protected XMLErrorReporter fErrorReporter; field in class:XMLVersionDetector
147 fErrorReporter = (XMLErrorReporter)componentManager.getProperty(ERROR_REPORTER);
168 fErrorReporter.setDocumentLocator(fEntityManager.getEntityScanner());
235 fErrorReporter.reportError(
H A DXMLEntityManager.java291 protected XMLErrorReporter fErrorReporter; field in class:XMLEntityManager
434 fErrorReporter.reportError(XMLMessageFormatter.XML_DOMAIN,
490 fErrorReporter.reportError(XMLMessageFormatter.XML_DOMAIN,
526 fErrorReporter.reportError(XMLMessageFormatter.XML_DOMAIN,
547 fXML10EntityScanner.reset(fSymbolTable, this, fErrorReporter);
560 fXML10EntityScanner.reset(fSymbolTable, this, fErrorReporter);
567 fXML11EntityScanner.reset(fSymbolTable, this, fErrorReporter);
1167 fErrorReporter.reportError(this.getEntityScanner(),XMLMessageFormatter.XML_DOMAIN,
1209 fErrorReporter.reportError(this.getEntityScanner(),XMLMessageFormatter.XML_DOMAIN,
1296 fErrorReporter
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DXMLGrammarPreparser.java105 protected XMLErrorReporter fErrorReporter; field in class:XMLGrammarPreparser
132 fErrorReporter = new XMLErrorReporter();
196 gl.setProperty(ERROR_REPORTER, fErrorReporter);
220 fErrorReporter.setLocale(locale);
235 fErrorReporter.setProperty(ERROR_HANDLER, errorHandler);
240 return fErrorReporter.getErrorHandler();
295 fErrorReporter.setFeature(CONTINUE_AFTER_FATAL_ERROR, value);
H A DNonValidatingConfiguration.java180 protected XMLErrorReporter fErrorReporter; field in class:NonValidatingConfiguration
326 fErrorReporter = createErrorReporter();
327 fErrorReporter.setDocumentLocator(fEntityManager.getEntityScanner());
328 fProperties.put(ERROR_REPORTER, fErrorReporter);
329 addComponent(fErrorReporter);
353 if (fErrorReporter.getMessageFormatter(XMLMessageFormatter.XML_DOMAIN) == null) {
355 fErrorReporter.putMessageFormatter(XMLMessageFormatter.XML_DOMAIN, xmft);
356 fErrorReporter.putMessageFormatter(XMLMessageFormatter.XMLNS_DOMAIN, xmft);
408 fErrorReporter.setLocale(locale);
H A DXMLGrammarCachingConfiguration.java259 if (fErrorReporter.getMessageFormatter(XSMessageFormatter.SCHEMA_DOMAIN) == null) {
260 fErrorReporter.putMessageFormatter(XSMessageFormatter.SCHEMA_DOMAIN, new XSMessageFormatter());
262 fSchemaLoader.setProperty(ERROR_REPORTER, fErrorReporter);
295 fDTDLoader.setProperty(ERROR_REPORTER, fErrorReporter);
H A DDTDConfiguration.java207 protected XMLErrorReporter fErrorReporter; field in class:DTDConfiguration
344 fErrorReporter = createErrorReporter();
345 fErrorReporter.setDocumentLocator(fEntityManager.getEntityScanner());
346 setProperty(ERROR_REPORTER, fErrorReporter);
347 addComponent(fErrorReporter);
394 if (fErrorReporter.getMessageFormatter(XMLMessageFormatter.XML_DOMAIN) == null) {
396 fErrorReporter.putMessageFormatter(XMLMessageFormatter.XML_DOMAIN, xmft);
397 fErrorReporter.putMessageFormatter(XMLMessageFormatter.XMLNS_DOMAIN, xmft);
441 fErrorReporter.setLocale(locale);
H A DIntegratedParserConfiguration.java218 if (fErrorReporter.getMessageFormatter(XSMessageFormatter.SCHEMA_DOMAIN) == null) {
220 fErrorReporter.putMessageFormatter(XSMessageFormatter.SCHEMA_DOMAIN, xmft);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DCMNodeFactory.java67 private XMLErrorReporter fErrorReporter; field in class:CMNodeFactory
78 fErrorReporter = (XMLErrorReporter)componentManager.getProperty(ERROR_REPORTER);
117 fErrorReporter.reportError(XSMessageFormatter.SCHEMA_DOMAIN, "maxOccurLimit", new Object[]{ new Integer(maxNodeLimit) }, XMLErrorReporter.SEVERITY_FATAL_ERROR);
159 fErrorReporter = (XMLErrorReporter)value;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeTextReader.java71 private XMLErrorReporter fErrorReporter; field in class:XIncludeTextReader
96 fErrorReporter = errorReporter;
234 fErrorReporter.getMessageFormatter(XMLMessageFormatter.XML_DOMAIN),
235 fErrorReporter.getLocale() );
246 fErrorReporter.getMessageFormatter(XMLMessageFormatter.XML_DOMAIN);
247 Locale aLocale = fErrorReporter.getLocale();
255 fErrorReporter.getMessageFormatter(XMLMessageFormatter.XML_DOMAIN),
256 fErrorReporter.getLocale() );
439 fErrorReporter.reportError(XMLMessageFormatter.XML_DOMAIN,
446 fErrorReporter
[all...]
H A DXPointerElementHandler.java136 protected XMLErrorReporter fErrorReporter; field in class:XPointerElementHandler
231 fErrorReporter = null;
380 fErrorReporter = reporter;
381 if (fErrorReporter != null) {
382 fErrorReporter.putMessageFormatter(
743 if (fErrorReporter != null) {
744 fErrorReporter.reportError(
H A DXIncludeHandler.java293 protected XMLErrorReporter fErrorReporter; field in class:XIncludeHandler
506 fErrorReporter = null;
787 fErrorReporter.setDocumentLocator(locator);
1471 fErrorReporter = reporter;
1472 if (fErrorReporter != null) {
1473 fErrorReporter.putMessageFormatter(
1477 fErrorReporter.setDocumentLocator(fDocLocation);
1544 Locale locale = (fErrorReporter != null) ? fErrorReporter.getLocale() : null;
1652 if (fErrorReporter !
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaValidatorComponentManager.java163 private XMLErrorReporter fErrorReporter; field in class:XMLSchemaValidatorComponentManager
206 fErrorReporter = new XMLErrorReporter();
207 fComponents.put(ERROR_REPORTER, fErrorReporter);
235 fErrorReporter.putMessageFormatter(XSMessageFormatter.SCHEMA_DOMAIN, new XSMessageFormatter());
239 addRecognizedParamsAndSetDefaults(fErrorReporter, grammarContainer);
316 fErrorReporter.setFeature(featureId, value);
369 fErrorReporter.setProperty(propertyId, value);
416 fErrorReporter.reset(this);
443 fErrorReporter.setLocale(locale);
/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DXMLEntityStorage.java74 protected XMLErrorReporter fErrorReporter; field in class:XMLEntityStorage
94 fErrorReporter = (XMLErrorReporter)propertyManager.getProperty(Constants.XERCES_PROPERTY_PREFIX + Constants.ERROR_REPORTER_PROPERTY);
126 fErrorReporter = (XMLErrorReporter)componentManager.getProperty(ERROR_REPORTER);
176 fErrorReporter.reportError(XMLMessageFormatter.XML_DOMAIN,
248 fErrorReporter.reportError(XMLMessageFormatter.XML_DOMAIN,
319 fErrorReporter.reportError(XMLMessageFormatter.XML_DOMAIN,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaParsingConfig.java219 protected final XMLErrorReporter fErrorReporter; field in class:SchemaParsingConfig
345 fErrorReporter = new XMLErrorReporter();
346 fErrorReporter.setDocumentLocator(fEntityManager.getEntityScanner());
347 fProperties.put(ERROR_REPORTER, fErrorReporter);
348 addComponent(fErrorReporter);
368 if (fErrorReporter.getMessageFormatter(XMLMessageFormatter.XML_DOMAIN) == null) {
370 fErrorReporter.putMessageFormatter(XMLMessageFormatter.XML_DOMAIN, xmft);
371 fErrorReporter.putMessageFormatter(XMLMessageFormatter.XMLNS_DOMAIN, xmft);
374 if (fErrorReporter.getMessageFormatter(XSMessageFormatter.SCHEMA_DOMAIN) == null) {
376 fErrorReporter
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java250 private XMLErrorReporter fErrorReporter = new XMLErrorReporter (); field in class:XMLSchemaLoader
331 fErrorReporter = errorReporter;
333 if(fErrorReporter.getMessageFormatter(XSMessageFormatter.SCHEMA_DOMAIN) == null) {
334 fErrorReporter.putMessageFormatter(XSMessageFormatter.SCHEMA_DOMAIN, new XSMessageFormatter());
336 fLoaderConfig.setProperty(ERROR_REPORTER, fErrorReporter);
402 fErrorReporter.setFeature(CONTINUE_AFTER_FATAL_ERROR, state);
464 fErrorReporter = (XMLErrorReporter)state;
465 if (fErrorReporter.getMessageFormatter(XSMessageFormatter.SCHEMA_DOMAIN) == null) {
466 fErrorReporter.putMessageFormatter(XSMessageFormatter.SCHEMA_DOMAIN, new XSMessageFormatter());
487 fErrorReporter
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xpointer/
H A DElementSchemePointer.java92 protected XMLErrorReporter fErrorReporter; field in class:ElementSchemePointer
113 fErrorReporter = errorReporter;
447 /*fErrorReporter.reportError(XPointerMessageFormatter.XPOINTER_DOMAIN,
450 throw new XNIException((fErrorReporter
452 .formatMessage(fErrorReporter.getLocale(), key, arguments));
459 if (fErrorReporter == null) {
460 fErrorReporter = new XMLErrorReporter();
465 fErrorReporter.putMessageFormatter(
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMConfigurationImpl.java204 protected XMLErrorReporter fErrorReporter; field in class:DOMConfigurationImpl
308 fErrorReporter = new XMLErrorReporter();
309 setProperty(ERROR_REPORTER, fErrorReporter);
310 addComponent(fErrorReporter);
331 if (fErrorReporter.getMessageFormatter(XMLMessageFormatter.XML_DOMAIN) == null) {
333 fErrorReporter.putMessageFormatter(XMLMessageFormatter.XML_DOMAIN, xmft);
334 fErrorReporter.putMessageFormatter(XMLMessageFormatter.XMLNS_DOMAIN, xmft);
340 if (fErrorReporter.getMessageFormatter("http://www.w3.org/TR/xml-schema-1") == null) {
349 fErrorReporter.putMessageFormatter("http://www.w3.org/TR/xml-schema-1", xmft);
548 fErrorReporter
[all...]

Completed in 112 milliseconds

12