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

/openjdk7/jaxp/src/org/w3c/dom/
H A DDOMError.java60 * error. A <code>SEVERITY_ERROR</code> may not cause the processing to
64 public static final short SEVERITY_ERROR = 2; field in interface:DOMError
77 * <code>SEVERITY_ERROR</code>, or <code>SEVERITY_FATAL_ERROR</code>.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDValidator.java815 null, XMLErrorReporter.SEVERITY_ERROR);
829 XMLErrorReporter.SEVERITY_ERROR);
951 XMLErrorReporter.SEVERITY_ERROR);
991 XMLErrorReporter.SEVERITY_ERROR);
1029 XMLErrorReporter.SEVERITY_ERROR);
1173 XMLErrorReporter.SEVERITY_ERROR);
1183 XMLErrorReporter.SEVERITY_ERROR);
1229 XMLErrorReporter.SEVERITY_ERROR);
1255 args,XMLErrorReporter.SEVERITY_ERROR);
1283 XMLErrorReporter.SEVERITY_ERROR);
[all...]
H A DXMLDTDProcessor.java597 new Object[]{name}, XMLErrorReporter.SEVERITY_ERROR);
806 XMLErrorReporter.SEVERITY_ERROR);
911 XMLErrorReporter.SEVERITY_ERROR);
936 XMLErrorReporter.SEVERITY_ERROR);
969 XMLErrorReporter.SEVERITY_ERROR);
989 XMLErrorReporter.SEVERITY_ERROR);
1065 XMLErrorReporter.SEVERITY_ERROR);
1236 XMLErrorReporter.SEVERITY_ERROR);
1328 XMLErrorReporter.SEVERITY_ERROR);
1343 XMLErrorReporter.SEVERITY_ERROR);
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMNormalizer.java316 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_ERROR,
364 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_ERROR,
674 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_ERROR,
784 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_ERROR, "CantBindXMLNS");
869 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_ERROR,
937 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_ERROR,
1025 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_ERROR,
1114 DOMError.SEVERITY_ERROR,
1126 reportDOMError(errorHandler, error, locator,msg, DOMError.SEVERITY_ERROR, "wf-invalid-character");
1155 reportDOMError(errorHandler, error, locator, msg, DOMError.SEVERITY_ERROR, "w
[all...]
/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DStaxErrorReporter.java83 * @see #SEVERITY_ERROR
136 case SEVERITY_ERROR: {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLErrorReporter.java137 public static final short SEVERITY_ERROR = 1; field in class:XMLErrorReporter
320 * @see #SEVERITY_ERROR
342 * @see #SEVERITY_ERROR
362 * @see #SEVERITY_ERROR
384 * @see #SEVERITY_ERROR
436 case SEVERITY_ERROR: {
H A DXML11NSDocumentScannerImpl.java189 XMLErrorReporter.SEVERITY_ERROR);
197 XMLErrorReporter.SEVERITY_ERROR);
411 XMLErrorReporter.SEVERITY_ERROR);
419 XMLErrorReporter.SEVERITY_ERROR);
H A DXMLNSDocumentScannerImpl.java229 XMLErrorReporter.SEVERITY_ERROR);
235 XMLErrorReporter.SEVERITY_ERROR);
H A DXML11DocumentScannerImpl.java327 XMLErrorReporter.SEVERITY_ERROR);
H A DXMLDTDScannerImpl.java599 XMLErrorReporter.SEVERITY_ERROR);
697 new Object[]{name}, XMLErrorReporter.SEVERITY_ERROR);
1811 XMLErrorReporter.SEVERITY_ERROR);
1832 XMLErrorReporter.SEVERITY_ERROR);
H A DXMLScanner.java894 XMLErrorReporter.SEVERITY_ERROR);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMErrorHandlerWrapper.java167 fDOMError.fSeverity = DOMError.SEVERITY_ERROR;
243 } else if ( severity == DOMError.SEVERITY_ERROR) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DXMLSerializer.java748 modifyDOMError(msg, DOMError.SEVERITY_ERROR, null, attr);
865 modifyDOMError(msg,DOMError.SEVERITY_ERROR, null, elem);
1038 modifyDOMError(msg, DOMError.SEVERITY_ERROR, null, attr);
H A DDOMSerializerImpl.java850 error.fSeverity = DOMError.SEVERITY_ERROR;
1007 error.fSeverity = DOMError.SEVERITY_ERROR;
H A DBaseMarkupSerializer.java1548 modifyDOMError(msg, DOMError.SEVERITY_ERROR, "cdata-section-not-splitted", fCurrentNode);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java612 new Object[] { SecuritySupport.sanitizePath(desc.getExpandedSystemId()), accessError }, XMLErrorReporter.SEVERITY_ERROR));
872 new Object[] { loc }, XMLErrorReporter.SEVERITY_ERROR);
893 XMLErrorReporter.SEVERITY_ERROR);
H A DXSConstraints.java342 key, args, XMLErrorReporter.SEVERITY_ERROR);
346 key, args, XMLErrorReporter.SEVERITY_ERROR);
H A DXMLSchemaValidator.java1913 XMLErrorReporter.SEVERITY_ERROR);
3244 XMLErrorReporter.SEVERITY_ERROR);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOMParser.java202 XMLErrorReporter.SEVERITY_ERROR);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java4131 reportSchemaErr(key, args, ele, XMLErrorReporter.SEVERITY_ERROR, null);
4135 reportSchemaErr(key, args, ele, XMLErrorReporter.SEVERITY_ERROR, exception);

Completed in 117 milliseconds