Searched refs:expandedSystemId (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLEntityDescriptionImpl.java50 * @param expandedSystemId The expanded system identifier.
53 String baseSystemId, String expandedSystemId) {
54 setDescription(entityName, publicId, literalSystemId, baseSystemId, expandedSystemId);
64 * @param expandedSystemId The expanded system identifier.
68 String baseSystemId, String expandedSystemId, String namespace) {
69 setDescription(entityName, publicId, literalSystemId, baseSystemId, expandedSystemId, namespace);
108 * @param expandedSystemId The expanded system identifier.
111 String baseSystemId, String expandedSystemId) {
112 setDescription(entityName, publicId, literalSystemId, baseSystemId, expandedSystemId, null);
122 * @param expandedSystemId Th
52 XMLEntityDescriptionImpl(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId) argument
67 XMLEntityDescriptionImpl(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId, String namespace) argument
110 setDescription(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId) argument
125 setDescription(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId, String namespace) argument
[all...]
H A DXMLResourceIdentifierImpl.java68 * @param expandedSystemId The expanded system identifier.
72 String expandedSystemId) {
74 expandedSystemId, null);
83 * @param expandedSystemId The expanded system identifier.
87 String baseSystemId, String expandedSystemId,
90 expandedSystemId, namespace);
99 String baseSystemId, String expandedSystemId) {
101 expandedSystemId, null);
106 String baseSystemId, String expandedSystemId,
111 fExpandedSystemId = expandedSystemId;
70 XMLResourceIdentifierImpl(String publicId, String literalSystemId, String baseSystemId, String expandedSystemId) argument
86 XMLResourceIdentifierImpl(String publicId, String literalSystemId, String baseSystemId, String expandedSystemId, String namespace) argument
98 setValues(String publicId, String literalSystemId, String baseSystemId, String expandedSystemId) argument
105 setValues(String publicId, String literalSystemId, String baseSystemId, String expandedSystemId, String namespace) argument
140 setExpandedSystemId(String expandedSystemId) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DSoftReferenceGrammarPool.java315 final String expandedSystemId = sd1.getExpandedSystemId();
316 if (expandedSystemId != null) {
317 if (!expandedSystemId.equals(sd2.getExpandedSystemId())) {
339 final String expandedSystemId = sd.getExpandedSystemId();
341 hash ^= (expandedSystemId != null) ? expandedSystemId.hashCode() : 0;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityManager.java604 String expandedSystemId = expandSystemId(literalSystemId, baseSystemId, fStrictURI);
606 baseSystemId = expandedSystemId;
611 URL location = new URL(expandedSystemId);
648 if (!redirect.equals(expandedSystemId)) {
650 expandedSystemId = redirect;
830 fCurrentEntity = new com.sun.xml.internal.stream.Entity.ScannedEntity(name,new XMLResourceIdentifierImpl(publicId, literalSystemId, baseSystemId, expandedSystemId),stream, reader, encoding, literal, encodingExternallySpecified, isExternal);
833 fResourceIdentifier.setValues(publicId, literalSystemId, baseSystemId, expandedSystemId);
937 String expandedSystemId = resourceIdentifier.getExpandedSystemId();
944 boolean needExpand = (expandedSystemId == null);
954 expandedSystemId
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeTextReader.java123 String expandedSystemId = XMLEntityManager.expandSystemId(source.getSystemId(), source.getBaseSystemId(), false);
125 URL url = new URL(expandedSystemId);
H A DXIncludeHandler.java2439 ent.expandedSystemId = identifier.getExpandedSystemId();
2460 not.expandedSystemId = identifier.getExpandedSystemId();
2521 ent.expandedSystemId);
2567 not.expandedSystemId);
2696 public String expandedSystemId; field in class:XIncludeHandler.Notation
2724 && Objects.equals(expandedSystemId, other.expandedSystemId);
2737 public String expandedSystemId; field in class:XIncludeHandler.UnparsedEntity
2766 && Objects.equals(expandedSystemId, other.expandedSystemId)
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java495 System.out.println (" expandedSystemId( **baseURI): "+identifier.getExpandedSystemId ());
1800 System.out.println (" expandedSystemId: "+locator.getExpandedSystemId ());
1886 System.out.println (" expandedSystemId: "+identifier.getExpandedSystemId ());
2014 System.out.println (" expandedSystemId:"+ identifier.getExpandedSystemId ());
2110 System.out.println (" expandedSystemId: "+identifier.getExpandedSystemId ());
2160 System.out.println (" expandedSystemId:"+ identifier.getExpandedSystemId ());

Completed in 61 milliseconds