Home | History | Annotate | Download | only in xml

Lines Matching refs:publicId

57     private final String publicId;
80 boolean processNamespaces, String publicId, String systemId) {
81 this.publicId = publicId;
104 String publicId, String systemId) {
109 this.publicId = publicId;
203 /*package*/ void startDtd(String name, String publicId, String systemId)
207 lexicalHandler.startDTD(name, publicId, systemId);
226 /*package*/ void notationDecl(String name, String publicId, String systemId) throws SAXException {
229 dtdHandler.notationDecl(name, publicId, systemId);
233 /*package*/ void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException {
236 dtdHandler.unparsedEntityDecl(name, publicId, systemId, notationName);
244 * @param publicId the publicId of the entity
247 /*package*/ void handleExternalEntity(String context, String publicId,
284 publicId, systemId);
672 return publicId;
689 return "Locator[publicId: " + publicId + ", systemId: " + systemId
769 long pointer, String publicId, String systemId) {
770 super(encoding, xmlReader, pointer, publicId, systemId);