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

/openjdk7/jaxp/src/org/w3c/dom/
H A DDOMErrorHandler.java70 * <code>DOMError.severity</code>.
72 public boolean handleError(DOMError error);
H A DDOMError.java45 * <code>DOMError</code> is an interface that describes an error.
49 public interface DOMError { interface
52 * The severity of the error described by the <code>DOMError</code> is
59 * The severity of the error described by the <code>DOMError</code> is
66 * The severity of the error described by the <code>DOMError</code> is
107 * The related <code>DOMError.type</code> dependent data if any.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMErrorImpl.java23 import org.w3c.dom.DOMError;
48 public class DOMErrorImpl implements DOMError {
54 public short fSeverity = DOMError.SEVERITY_WARNING;
123 fSeverity = DOMError.SEVERITY_WARNING;
H A DDOMNormalizer.java63 import org.w3c.dom.DOMError;
131 * Cached {@link DOMError} impl.
316 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_ERROR,
364 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_ERROR,
572 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_WARNING,
674 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_ERROR,
784 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_ERROR, "CantBindXMLNS");
863 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_FATAL_ERROR,
869 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_ERROR,
937 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMErrorHandlerWrapper.java28 import org.w3c.dom.DOMError;
131 fDOMError.fSeverity = DOMError.SEVERITY_WARNING;
167 fDOMError.fSeverity = DOMError.SEVERITY_ERROR;
211 fDOMError.fSeverity = DOMError.SEVERITY_FATAL_ERROR;
231 public boolean handleError(DOMError error) {
238 private void printError(DOMError error) {
241 if ( severity == DOMError.SEVERITY_WARNING) {
243 } else if ( severity == DOMError.SEVERITY_ERROR) {
281 } // printError(DOMError)
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DXML11Serializer.java51 import org.w3c.dom.DOMError;
317 DOMError.SEVERITY_FATAL_ERROR,
333 DOMError.SEVERITY_WARNING,
H A DDOMSerializerImpl.java43 import org.w3c.dom.DOMError;
534 error.fSeverity = DOMError.SEVERITY_FATAL_ERROR;
762 error.fSeverity = DOMError.SEVERITY_FATAL_ERROR;
828 error.fSeverity = DOMError.SEVERITY_FATAL_ERROR;
850 error.fSeverity = DOMError.SEVERITY_ERROR;
1007 error.fSeverity = DOMError.SEVERITY_ERROR;
1104 DOMNormalizer.reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_FATAL_ERROR,
1127 DOMNormalizer.reportDOMError( fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_FATAL_ERROR,
1183 DOMError.SEVERITY_FATAL_ERROR,
H A DBaseMarkupSerializer.java64 import org.w3c.dom.DOMError;
1542 modifyDOMError(msg, DOMError.SEVERITY_FATAL_ERROR, "wf-invalid-character", fCurrentNode);
1548 modifyDOMError(msg, DOMError.SEVERITY_ERROR, "cdata-section-not-splitted", fCurrentNode);
1562 DOMError.SEVERITY_WARNING,
1936 * @return a DOMError
1938 protected DOMError modifyDOMError(String message, short severity, String type, Node node){
1951 modifyDOMError(message, DOMError.SEVERITY_FATAL_ERROR, null, fCurrentNode);
H A DXMLSerializer.java52 import org.w3c.dom.DOMError;
748 modifyDOMError(msg, DOMError.SEVERITY_ERROR, null, attr);
865 modifyDOMError(msg,DOMError.SEVERITY_ERROR, null, elem);
1038 modifyDOMError(msg, DOMError.SEVERITY_ERROR, null, attr);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DDOMMessages_de.properties65 #DOM Level 3 DOMError codes
H A DDOMMessages_it.properties65 #DOM Level 3 DOMError codes
H A DDOMMessages_sv.properties65 #DOM Level 3 DOMError codes
H A DDOMMessages_es.properties65 #DOM Level 3 DOMError codes
H A DDOMMessages_pt_BR.properties65 #DOM Level 3 DOMError codes
H A DDOMMessages_zh_CN.properties65 #DOM Level 3 DOMError codes
H A DDOMMessages_zh_TW.properties65 #DOM Level 3 DOMError codes
H A DDOMMessages_ja.properties65 #DOM Level 3 DOMError codes
H A DDOMMessages_ko.properties65 #DOM Level 3 DOMError codes
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DDOMParserImpl.java60 import org.w3c.dom.DOMError;
952 error.fSeverity = DOMError.SEVERITY_FATAL_ERROR;
1009 error.fSeverity = DOMError.SEVERITY_FATAL_ERROR;
1097 error.fSeverity = DOMError.SEVERITY_FATAL_ERROR;
H A DAbstractDOMParser.java63 import org.w3c.dom.DOMError;
1725 error.fSeverity = DOMError.SEVERITY_WARNING;
1771 error.fSeverity = DOMError.SEVERITY_WARNING;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java77 import org.w3c.dom.DOMError;
1165 error.fSeverity = DOMError.SEVERITY_FATAL_ERROR;

Completed in 106 milliseconds