Lines Matching full:systemid
240 def start_doctype_decl_handler(self, doctypeName, systemId, publicId,
243 doctypeName, publicId, systemId)
310 base, systemId, publicId, notationName):
317 systemId, notationName)
327 def notation_decl_handler(self, notationName, base, systemId, publicId):
328 node = self.document._create_notation(notationName, publicId, systemId)
347 def external_entity_ref_handler(self, context, base, systemId, publicId):
639 % (doctype.publicId, doctype.systemId))
640 elif doctype.systemId:
641 ident = 'SYSTEM "%s"' % doctype.systemId
672 % (s, notation.publicId, notation.systemId)
674 s = '%s SYSTEM "%s">' % (s, notation.systemId)
682 % (s, entity.publicId, entity.systemId)
683 elif entity.systemId:
684 s = '%s SYSTEM "%s"' % (s, entity.systemId)
695 def external_entity_ref_handler(self, context, base, systemId, publicId):
696 if systemId == _FRAGMENT_BUILDER_INTERNAL_SYSTEM_ID:
715 self, context, base, systemId, publicId)
892 def start_doctype_decl_handler(self, name, publicId, systemId,