Lines Matching refs:systemId
134 * @param systemId The system identifier of the entity that generated
141 public SAXParseException (String message, String publicId, String systemId,
145 init(publicId, systemId, lineNumber, columnNumber);
165 * @param systemId The system identifier of the entity that generated
173 public SAXParseException (String message, String publicId, String systemId,
177 init(publicId, systemId, lineNumber, columnNumber);
186 * @param systemId The system identifier of the entity which generated the exception,
191 private void init (String publicId, String systemId,
195 this.systemId = systemId;
226 return this.systemId;
268 if (systemId!=null) buf.append("; systemId: ").append(systemId);
293 private String systemId;