Lines Matching refs:DOMError

63 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.SEVERITY_ERROR,
1019 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_FATAL_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, "wf-invalid-character");
1165 reportDOMError(errorHandler, error, locator, msg, DOMError.SEVERITY_ERROR, "wf-invalid-character");
1208 reportDOMError(errorHandler, error, locator, msg, DOMError.SEVERITY_ERROR,
1230 reportDOMError(errorHandler, error, locator, msg, DOMError.SEVERITY_ERROR,
1271 reportDOMError(errorHandler, error, locator, msg, DOMError.SEVERITY_ERROR, "wf-invalid-character");
1277 reportDOMError(errorHandler, error, locator, msg, DOMError.SEVERITY_ERROR, "wf-invalid-character");
1297 reportDOMError(errorHandler, error, locator, msg, DOMError.SEVERITY_ERROR, "wf-invalid-character");
1303 reportDOMError(errorHandler, error, locator, msg, DOMError.SEVERITY_ERROR, "wf-invalid-character");
1345 reportDOMError(errorHandler, error, locator, msg, DOMError.SEVERITY_ERROR,
1377 if( severity==DOMError.SEVERITY_FATAL_ERROR )