Lines Matching defs:fErrorHandler

128     protected DOMErrorHandler fErrorHandler;
216 fErrorHandler = (DOMErrorHandler) fConfiguration.getParameter(Constants.DOM_ERROR_HANDLER);
308 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_ERROR,
348 isAttrValueWF(fErrorHandler, fError, fLocator, attributes, (AttrImpl)attr, attr.getValue(), fDocument.isXML11Version());
356 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_ERROR,
464 isCommentWF(fErrorHandler, fError, fLocator, commentdata, fDocument.isXML11Version());
548 isXMLCharWF(fErrorHandler, fError, fLocator, node.getNodeValue(), fDocument.isXML11Version());
564 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_WARNING,
571 isCDataWF(fErrorHandler, fError, fLocator, value, fDocument.isXML11Version());
612 isXMLCharWF(fErrorHandler, fError, fLocator, node.getNodeValue(), fDocument.isXML11Version());
666 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_ERROR,
673 isXMLCharWF(fErrorHandler, fError, fLocator, pinode.getData(), fDocument.isXML11Version());
776 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_ERROR, "CantBindXMLNS");
855 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_FATAL_ERROR,
861 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_ERROR,
921 isAttrValueWF(fErrorHandler, fError, fLocator, attributes, (AttrImpl)attr, attr.getValue(), fDocument.isXML11Version());
929 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_ERROR,
1011 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_FATAL_ERROR,
1017 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_ERROR,