Searched defs:fExpandedSystemId (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLParseException.java51 protected String fExpandedSystemId; field in class:XMLParseException
75 fExpandedSystemId = locator.getExpandedSystemId();
90 fExpandedSystemId = locator.getExpandedSystemId();
109 return fExpandedSystemId;
153 if (fExpandedSystemId != null) {
154 str.append(fExpandedSystemId);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLResourceIdentifierImpl.java50 protected String fExpandedSystemId; field in class:XMLResourceIdentifierImpl
111 fExpandedSystemId = expandedSystemId;
120 fExpandedSystemId = null;
141 fExpandedSystemId = expandedSystemId;
172 return fExpandedSystemId;
196 if (fExpandedSystemId != null) {
197 code += fExpandedSystemId.hashCode();
220 if (fExpandedSystemId != null) {
221 str.append(fExpandedSystemId);

Completed in 29 milliseconds