Searched defs:expandedSystemId (Results 1 - 3 of 3) 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/xinclude/
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...]

Completed in 1789 milliseconds