Lines Matching refs:def
32 def error(self, exception):
36 def fatalError(self, exception):
40 def warning(self, exception):
54 def __init__(self):
57 def setDocumentLocator(self, locator):
80 def startDocument(self):
87 def endDocument(self):
96 def startPrefixMapping(self, prefix, uri):
119 def endPrefixMapping(self, prefix):
126 def startElement(self, name, attrs):
134 def endElement(self, name):
140 def startElementNS(self, name, qname, attrs):
152 def endElementNS(self, name, qname):
158 def characters(self, content):
168 def ignorableWhitespace(self, whitespace):
182 def processingInstruction(self, target, data):
193 def skippedEntity(self, name):
214 def notationDecl(self, name, publicId, systemId):
217 def unparsedEntityDecl(self, name, publicId, systemId, ndata):
230 def resolveEntity(self, publicId, systemId):