Lines Matching defs:fLocator

152     protected final DOMLocatorImpl fLocator = new DOMLocatorImpl();
275 fLocator.fRelatedNode=node;
316 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_ERROR,
356 isAttrValueWF(fErrorHandler, fError, fLocator, attributes, (AttrImpl)attr, attr.getValue(), fDocument.isXML11Version());
364 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_ERROR,
472 isCommentWF(fErrorHandler, fError, fLocator, commentdata, fDocument.isXML11Version());
556 isXMLCharWF(fErrorHandler, fError, fLocator, node.getNodeValue(), fDocument.isXML11Version());
567 fLocator.fRelatedNode = firstSplitNode;
572 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_WARNING,
579 isCDataWF(fErrorHandler, fError, fLocator, value, fDocument.isXML11Version());
620 isXMLCharWF(fErrorHandler, fError, fLocator, node.getNodeValue(), fDocument.isXML11Version());
674 reportDOMError(fErrorHandler, fError, fLocator, msg, DOMError.SEVERITY_ERROR,
681 isXMLCharWF(fErrorHandler, fError, fLocator, pinode.getData(), fDocument.isXML11Version());
782 fLocator.fRelatedNode = attr;
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,
895 fLocator.fRelatedNode = attr;
929 isAttrValueWF(fErrorHandler, fError, fLocator, attributes, (AttrImpl)attr, attr.getValue(), fDocument.isXML11Version());
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,
1370 error.fLocator = locator;