Lines Matching refs:publicId
132 * @param publicId The public identifier of the entity that generated
141 public SAXParseException (String message, String publicId, String systemId,
145 init(publicId, systemId, lineNumber, columnNumber);
163 * @param publicId The public identifier of the entity that generated
173 public SAXParseException (String message, String publicId, String systemId,
177 init(publicId, systemId, lineNumber, columnNumber);
184 * @param publicId The public identifier of the entity which generated the exception,
191 private void init (String publicId, String systemId,
194 this.publicId = publicId;
210 return this.publicId;
267 if (publicId!=null) buf.append("publicId: ").append(publicId);
286 private String publicId;