Lines Matching refs:name
126 def startElement(self, name, attrs):
129 The name parameter contains the raw XML 1.0 name of the
134 def endElement(self, name):
137 The name parameter contains the name of the element type, just
140 def startElementNS(self, name, qname, attrs):
143 The name parameter contains the name of the element type as a
145 name used in the source document, and the attrs parameter
149 The uri part of the name tuple is None for elements which have
152 def endElementNS(self, name, qname):
155 The name parameter contains the name of the element type, just
193 def skippedEntity(self, name):
214 def notationDecl(self, name, publicId, systemId):
217 def unparsedEntityDecl(self, name, publicId, systemId, ndata):
320 # description: The name of the encoding to assume for input data.
364 def startDTD(self, name, public_id, system_id):
372 name is the name of the document element type, public_id the