Home | History | Annotate | Download | only in dom

Lines Matching refs:notationName

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)
687 if entity.notationName:
688 s = "%s NOTATION %s" % (s, entity.notationName)