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

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDValidator.java242 protected XMLLocator fDocLocation; field in class:XMLDTDValidator
633 fDocLocation = locator;
690 eid = XMLEntityManager.expandSystemId(systemId, fDocLocation.getExpandedSystemId(), false);
693 XMLDTDDescription grammarDesc = new XMLDTDDescription(publicId, systemId, fDocLocation.getExpandedSystemId(), eid, rootElement);
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java293 protected XMLLocator fDocLocation; field in class:XIncludeHandler
819 fDocLocation = locator;
1495 if (fDocLocation != null) {
1496 fErrorReporter.setDocumentLocator(fDocLocation);
1797 fErrorReporter.setDocumentLocator(fDocLocation);
1815 fErrorReporter.setDocumentLocator(fDocLocation);
1822 fErrorReporter.setDocumentLocator(fDocLocation);

Completed in 160 milliseconds