Searched defs:reportDOMError (Results 1 - 1 of 1) sorted by relevance

/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,
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(fErrorHandle
1364 public static final void reportDOMError(DOMErrorHandler errorHandler, DOMErrorImpl error, DOMLocatorImpl locator, method in class:DOMNormalizer
[all...]

Completed in 34 milliseconds