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

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DXMLEntityDescriptionImpl.java51 * @param expandedSystemId The expanded system identifier.
54 String baseSystemId, String expandedSystemId) {
55 setDescription(entityName, publicId, literalSystemId, baseSystemId, expandedSystemId);
65 * @param expandedSystemId The expanded system identifier.
69 String baseSystemId, String expandedSystemId, String namespace) {
70 setDescription(entityName, publicId, literalSystemId, baseSystemId, expandedSystemId, namespace);
109 * @param expandedSystemId The expanded system identifier.
112 String baseSystemId, String expandedSystemId) {
113 setDescription(entityName, publicId, literalSystemId, baseSystemId, expandedSystemId, null);
123 * @param expandedSystemId Th
53 XMLEntityDescriptionImpl(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId) argument
68 XMLEntityDescriptionImpl(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId, String namespace) argument
111 setDescription(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId) argument
126 setDescription(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId, String namespace) argument
[all...]
H A DXMLResourceIdentifierImpl.java69 * @param expandedSystemId The expanded system identifier.
73 String expandedSystemId) {
75 expandedSystemId, null);
84 * @param expandedSystemId The expanded system identifier.
88 String baseSystemId, String expandedSystemId,
91 expandedSystemId, namespace);
100 String baseSystemId, String expandedSystemId) {
102 expandedSystemId, null);
107 String baseSystemId, String expandedSystemId,
112 fExpandedSystemId = expandedSystemId;
71 XMLResourceIdentifierImpl(String publicId, String literalSystemId, String baseSystemId, String expandedSystemId) argument
87 XMLResourceIdentifierImpl(String publicId, String literalSystemId, String baseSystemId, String expandedSystemId, String namespace) argument
99 setValues(String publicId, String literalSystemId, String baseSystemId, String expandedSystemId) argument
106 setValues(String publicId, String literalSystemId, String baseSystemId, String expandedSystemId, String namespace) argument
141 setExpandedSystemId(String expandedSystemId) argument
[all...]
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DSoftReferenceGrammarPool.java316 final String expandedSystemId = sd1.getExpandedSystemId();
317 if (expandedSystemId != null) {
318 if (!expandedSystemId.equals(sd2.getExpandedSystemId())) {
340 final String expandedSystemId = sd.getExpandedSystemId();
342 hash ^= (expandedSystemId != null) ? expandedSystemId.hashCode() : 0;
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityManager.java643 String expandedSystemId = expandSystemId(literalSystemId, baseSystemId, fStrictURI);
645 baseSystemId = expandedSystemId;
650 URL location = new URL(expandedSystemId);
687 if (!redirect.equals(expandedSystemId)) {
689 expandedSystemId = redirect;
870 new XMLResourceIdentifierImpl(publicId, literalSystemId, baseSystemId, expandedSystemId),
874 fResourceIdentifier.setValues(publicId, literalSystemId, baseSystemId, expandedSystemId);
981 String expandedSystemId = resourceIdentifier.getExpandedSystemId();
988 boolean needExpand = (expandedSystemId == null);
998 expandedSystemId
[all...]
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeTextReader.java125 String expandedSystemId = XMLEntityManager.expandSystemId(source.getSystemId(), source.getBaseSystemId(), false);
127 URL url = new URL(expandedSystemId);
H A DXIncludeHandler.java2488 ent.expandedSystemId = identifier.getExpandedSystemId();
2509 not.expandedSystemId = identifier.getExpandedSystemId();
2570 ent.expandedSystemId);
2616 not.expandedSystemId);
2745 public String expandedSystemId; field in class:XIncludeHandler.Notation
2773 && Objects.equals(expandedSystemId, other.expandedSystemId);
2786 public String expandedSystemId; field in class:XIncludeHandler.UnparsedEntity
2815 && Objects.equals(expandedSystemId, other.expandedSystemId)
[all...]
/openjdk9/jaxp/src/java.xml/share/classes/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 185 milliseconds