Searched refs:fDocLocation (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXPointerElementHandler.java134 protected XMLLocator fDocLocation; field in class:XPointerElementHandler
745 fDocLocation,
H A DXIncludeHandler.java289 protected XMLLocator fDocLocation; field in class:XIncludeHandler
800 fDocLocation = locator;
1476 if (fDocLocation != null) {
1477 fErrorReporter.setDocumentLocator(fDocLocation);
1748 fErrorReporter.setDocumentLocator(fDocLocation);
1766 fErrorReporter.setDocumentLocator(fDocLocation);
1773 fErrorReporter.setDocumentLocator(fDocLocation);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDValidator.java241 protected XMLLocator fDocLocation; field in class:XMLDTDValidator
632 fDocLocation = locator;
689 eid = XMLEntityManager.expandSystemId(systemId, fDocLocation.getExpandedSystemId(), false);
692 XMLDTDDescription grammarDesc = new XMLDTDDescription(publicId, systemId, fDocLocation.getExpandedSystemId(), eid, rootElement);

Completed in 2041 milliseconds