Searched refs:getExpandedSystemId (Results 1 - 25 of 33) sorted by relevance

12

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLLocator.java45 public String getExpandedSystemId(); method in interface:XMLLocator
H A DXMLResourceIdentifier.java42 public String getExpandedSystemId(); method in interface:XMLResourceIdentifier
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DLocatorProxy.java63 return fLocator.getExpandedSystemId();
H A DLocatorWrapper.java81 public String getExpandedSystemId() { return locator.getSystemId(); } method in class:LocatorWrapper
H A DStAXLocationWrapper.java73 public String getExpandedSystemId() { method in class:StAXLocationWrapper
H A DErrorHandlerWrapper.java200 exception.getExpandedSystemId(),
214 public String getExpandedSystemId() { return fExpandedSystemId; }
H A DSAXLocatorWrapper.java75 public String getExpandedSystemId() { method in class:SAXLocatorWrapper
H A DDefaultErrorHandler.java98 String systemId = ex.getExpandedSystemId();
H A DEntityResolverWrapper.java103 String sysId = resourceIdentifier.getExpandedSystemId();
H A DXMLResourceIdentifierImpl.java171 public String getExpandedSystemId() { method in class:XMLResourceIdentifierImpl
173 } // getExpandedSystemId():String
H A DDOMErrorHandlerWrapper.java141 locator.fUri = exception.getExpandedSystemId();
177 locator.fUri = exception.getExpandedSystemId();
222 locator.fUri = exception.getExpandedSystemId();
H A DXMLCatalogResolver.java437 : resourceIdentifier.getExpandedSystemId();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLParseException.java75 fExpandedSystemId = locator.getExpandedSystemId();
90 fExpandedSystemId = locator.getExpandedSystemId();
108 public String getExpandedSystemId() { method in class:XMLParseException
110 } // getExpandedSystemId():String
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMErrorImpl.java109 exception.getExpandedSystemId());
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DSoftReferenceGrammarPool.java315 final String expandedSystemId = sd1.getExpandedSystemId();
317 if (!expandedSystemId.equals(sd2.getExpandedSystemId())) {
321 else if (sd2.getExpandedSystemId() != null) {
339 final String expandedSystemId = sd.getExpandedSystemId();
H A DUtil.java72 e.getPublicId(), e.getExpandedSystemId(),
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DSimpleLocator.java81 public String getExpandedSystemId() { method in class:SimpleLocator
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xpointer/
H A DXPointerErrorHandler.java97 String systemId = ex.getExpandedSystemId();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityManager.java473 baseSystemId = fCurrentEntity.entityLocation.getExpandedSystemId();
478 if (externalEntity.entityLocation != null && externalEntity.entityLocation.getExpandedSystemId() != null) {
479 baseSystemId = externalEntity.entityLocation.getExpandedSystemId();
937 String expandedSystemId = resourceIdentifier.getExpandedSystemId();
949 baseSystemId = fCurrentEntity.entityLocation.getExpandedSystemId();
1041 String expandedSystemId = resourceIdentifier.getExpandedSystemId();
1055 baseSystemId = fCurrentEntity.entityLocation.getExpandedSystemId();
2435 public String getExpandedSystemId() { method in class:XMLEntityManager
2438 fCurrentEntity.entityLocation.getExpandedSystemId() != null ) {
2439 return fCurrentEntity.entityLocation.getExpandedSystemId();
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java495 System.out.println (" expandedSystemId( **baseURI): "+identifier.getExpandedSystemId ());
516 erImpl.setBaseURI (identifier.getExpandedSystemId ());
537 fDeferredDocumentImpl.createDeferredEntityReference (name, identifier.getExpandedSystemId ());
774 fDocumentImpl.setDocumentURI (locator.getExpandedSystemId ());
787 fDocumentImpl.setDocumentURI (locator.getExpandedSystemId ());
814 fDocumentImpl.setDocumentURI (locator.getExpandedSystemId ());
841 fDeferredDocumentImpl.setDocumentURI (locator.getExpandedSystemId ());
1800 System.out.println (" expandedSystemId: "+locator.getExpandedSystemId ());
1886 System.out.println (" expandedSystemId: "+identifier.getExpandedSystemId ());
2014 System.out.println (" expandedSystemId:"+ identifier.getExpandedSystemId ());
[all...]
H A DAbstractSAXParser.java1019 identifier.getExpandedSystemId() : identifier.getLiteralSystemId();
1050 identifier.getExpandedSystemId() : identifier.getLiteralSystemId();
1078 identifier.getExpandedSystemId() : identifier.getLiteralSystemId();
1160 locatorImpl.setSystemId(e.getExpandedSystemId());
1233 locatorImpl.setSystemId(e.getExpandedSystemId());
2244 return fLocator.getExpandedSystemId();
H A DDOMParser.java186 locatorImpl.setSystemId(e.getExpandedSystemId());
248 locatorImpl.setSystemId(e.getExpandedSystemId());
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDDescription.java96 id.getBaseSystemId(), id.getExpandedSystemId());
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java793 new Object[] { locator.getExpandedSystemId()});
804 fCurrentBaseURI.setExpandedSystemId(locator.getExpandedSystemId());
1599 fCurrentBaseURI.getExpandedSystemId(),
1602 fCurrentBaseURI.getExpandedSystemId(),
1629 includedSource = createInputSource(null, href, fCurrentBaseURI.getExpandedSystemId(), accept, acceptLanguage);
1632 includedSource = new XMLInputSource(null, href, fCurrentBaseURI.getExpandedSystemId());
1901 String baseURI = fCurrentBaseURI.getExpandedSystemId();
1937 String includedSystemId = includedSource.getExpandedSystemId();
1952 if (includedSystemId.equals(fCurrentBaseURI.getExpandedSystemId())) {
2019 uri = fCurrentBaseURI.getExpandedSystemId();
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DSchemaContentHandler.java359 locatorImpl.setSystemId(e.getExpandedSystemId());

Completed in 504 milliseconds

12