Home | History | Annotate | Download | only in python

Lines Matching full:systemid

211     def externalSubset(self, name, externalID, systemID):
213 DTD name and externalID, systemID are the DTD public and system
217 def internalSubset(self, name, externalID, systemID):
219 DTD name and externalID, systemID are the DTD public and system
223 def entityDecl(self, name, type, externalID, systemID, content):
225 entity name and externalID, systemID are the entity public and
230 def notationDecl(self, name, externalID, systemID):
232 notation name and externalID, systemID are the notation public and
244 def entityDecl(self, name, publicId, systemID, notationName):
246 name is the entity name and publicId,, systemID are the entity