Lines Matching refs:publicId
240 def start_doctype_decl_handler(self, doctypeName, systemId, publicId,
243 doctypeName, publicId, systemId)
306 base, systemId, publicId, notationName):
312 node = self.document._create_entity(entityName, publicId,
323 def notation_decl_handler(self, notationName, base, systemId, publicId):
324 node = self.document._create_notation(notationName, publicId, systemId)
343 def external_entity_ref_handler(self, context, base, systemId, publicId):
630 if doctype.publicId:
632 % (doctype.publicId, doctype.systemId))
663 if notation.publicId:
665 % (s, notation.publicId, notation.systemId)
673 if entity.publicId:
675 % (s, entity.publicId, entity.systemId)
688 def external_entity_ref_handler(self, context, base, systemId, publicId):
708 self, context, base, systemId, publicId)
880 def start_doctype_decl_handler(self, name, publicId, systemId,