Searched refs:getBaseSystemId (Results 1 - 25 of 31) sorted by relevance

12

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLLocator.java42 public String getBaseSystemId(); method in interface:XMLLocator
H A DXMLResourceIdentifier.java56 public String getBaseSystemId(); method in interface:XMLResourceIdentifier
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DLocatorWrapper.java80 public String getBaseSystemId() { return null; } method in class:LocatorWrapper
H A DStAXLocationWrapper.java69 public String getBaseSystemId() { method in class:StAXLocationWrapper
H A DXMLInputSourceAdaptor.java102 fSource.getSystemId(), fSource.getBaseSystemId(), false);
H A DSAXLocatorWrapper.java71 public String getBaseSystemId() { method in class:SAXLocatorWrapper
H A DEntityResolver2Wrapper.java113 String baseURI = grammarDescription.getBaseSystemId();
156 String baseURI = resourceIdentifier.getBaseSystemId();
H A DEntityResolverWrapper.java114 String baseSystemId = resourceIdentifier.getBaseSystemId();
H A DDOMEntityResolverWrapper.java122 resourceIdentifier.getBaseSystemId());
H A DErrorHandlerWrapper.java215 public String getBaseSystemId() { return null; }
H A DXMLResourceIdentifierImpl.java166 public String getBaseSystemId() { method in class:XMLResourceIdentifierImpl
168 } // getBaseSystemId():String
H A DXMLCatalogResolver.java399 resourceIdentifier.getBaseSystemId());
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLParseException.java76 fBaseSystemId = locator.getBaseSystemId();
91 fBaseSystemId = locator.getBaseSystemId();
118 public String getBaseSystemId() { method in class:XMLParseException
120 } // getBaseSystemId():String
H A DXMLInputSource.java102 fBaseSystemId = resourceIdentifier.getBaseSystemId();
198 public String getBaseSystemId() { method in class:XMLInputSource
200 } // getBaseSystemId():String
/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DStaxEntityResolverWrapper.java63 resourceIdentifier.getBaseSystemId(), null);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDDescription.java96 id.getBaseSystemId(), id.getExpandedSystemId());
110 source.getBaseSystemId(), source.getSystemId());
H A DXMLDTDLoader.java467 String eid = XMLEntityManager.expandSystemId(source.getSystemId(), source.getBaseSystemId(), fStrictURI);
468 XMLDTDDescription desc = new XMLDTDDescription(source.getPublicId(), source.getSystemId(), source.getBaseSystemId(), eid, null);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DSimpleLocator.java89 public String getBaseSystemId() { method in class:SimpleLocator
/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DEntityDeclarationImpl.java98 return fXMLResourceIdentifier.getBaseSystemId();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java496 System.out.println (" baseURI:"+ identifier.getBaseSystemId ());
1801 System.out.println (" baseURI:"+ locator.getBaseSystemId ());
1807 fBaseURIStack.push (locator.getBaseSystemId ());
1887 System.out.println (" baseURI:"+ identifier.getBaseSystemId ());
1890 fBaseURIStack.push (identifier.getBaseSystemId ());
2015 System.out.println (" baseURI:"+ identifier.getBaseSystemId ());
2058 entity.setBaseURI (identifier.getBaseSystemId ());
2080 name, publicId, literalSystemId, null, identifier.getBaseSystemId ());
2111 System.out.println (" baseURI:"+ identifier.getBaseSystemId ());
2161 System.out.println (" baseURI:"+ identifier.getBaseSystemId ());
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java564 desc.setBaseSystemId(source.getBaseSystemId());
655 String expandedLoc = XMLEntityManager.expandSystemId(loc, desc.getBaseSystemId(), false);
771 fXSDDescription.setBaseSystemId(xis.getBaseSystemId());
822 fXSDDescription.setBaseSystemId(xis.getBaseSystemId());
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java803 fCurrentBaseURI.setBaseSystemId(locator.getBaseSystemId());
1615 includedSource.getBaseSystemId(), accept, acceptLanguage);
1944 includedSource.getBaseSystemId(),
2438 ent.baseURI = identifier.getBaseSystemId();
2459 not.baseURI = identifier.getBaseSystemId();
2780 fBaseURI.push(fCurrentBaseURI.getBaseSystemId());
H A DXIncludeTextReader.java123 String expandedSystemId = XMLEntityManager.expandSystemId(source.getSystemId(), source.getBaseSystemId(), false);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityManager.java594 String baseSystemId = xmlInputSource.getBaseSystemId();
936 String baseSystemId = resourceIdentifier.getBaseSystemId();
1040 String baseSystemId = resourceIdentifier.getBaseSystemId();
1128 extBaseSysId = (externalEntity.entityLocation != null ? externalEntity.entityLocation.getBaseSystemId() : null);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java530 if (grammar.getDocumentLocations().contains(XMLEntityManager.expandSystemId(is.getSystemId(), is.getBaseSystemId(), false))) {
599 String schemaId = XMLEntityManager.expandSystemId(is.getSystemId(), is.getBaseSystemId(), false);
985 if (isg.getDocumentLocations().contains(XMLEntityManager.expandSystemId(schemaHint, fSchemaGrammarDescription.getBaseSystemId(), false))) {
1090 final String schemaId = XMLEntityManager.expandSystemId(schemaSource.getSystemId(), schemaSource.getBaseSystemId(), false);
1150 return sg.getDocumentLocations().contains(XMLEntityManager.expandSystemId(desc.getLiteralSystemId(), desc.getBaseSystemId(), false));
2157 schemaId = XMLEntityManager.expandSystemId(schemaSource.getSystemId(), schemaSource.getBaseSystemId(), false);
2216 schemaId = XMLEntityManager.expandSystemId(inputSource.getSystemId(), schemaSource.getBaseSystemId(), false);
2337 schemaId = XMLEntityManager.expandSystemId(schemaSource.getSystemId(), schemaSource.getBaseSystemId(), false);
2390 schemaId = XMLEntityManager.expandSystemId(schemaSource.getSystemId(), schemaSource.getBaseSystemId(), false);

Completed in 101 milliseconds

12