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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLParseException.java48 protected String fLiteralSystemId; field in class:XMLParseException
74 fLiteralSystemId = locator.getLiteralSystemId();
89 fLiteralSystemId = locator.getLiteralSystemId();
114 return fLiteralSystemId;
149 if (fLiteralSystemId != null) {
150 str.append(fLiteralSystemId);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLResourceIdentifierImpl.java44 protected String fLiteralSystemId; field in class:XMLResourceIdentifierImpl
109 fLiteralSystemId = literalSystemId;
118 fLiteralSystemId = null;
131 fLiteralSystemId = literalSystemId;
160 return fLiteralSystemId;
190 if (fLiteralSystemId != null) {
191 code += fLiteralSystemId.hashCode();
212 if (fLiteralSystemId != null) {
213 str.append(fLiteralSystemId);

Completed in 1375 milliseconds