Home | History | Annotate | Download | only in sax

Lines Matching refs:systemId

110      * @param systemId The system identifier of the entity that generated
117 public SAXParseException (String message, String publicId, String systemId,
121 init(publicId, systemId, lineNumber, columnNumber);
141 * @param systemId The system identifier of the entity that generated
149 public SAXParseException (String message, String publicId, String systemId,
153 init(publicId, systemId, lineNumber, columnNumber);
162 * @param systemId The system identifier of the entity which generated the exception,
167 private void init (String publicId, String systemId,
171 this.systemId = systemId;
202 return this.systemId;
253 private String systemId;