Define a SAX content handler which keeps track of the start location of all open tags. This information is used by the above defined error handler to report useful locations when a fatal error is encountered.

Method __init__ Undocumented
Method setDocumentLocator Undocumented
Method startElement Undocumented
Method endElement Undocumented
def __init__(self): (source)
Undocumented
def setDocumentLocator(self, locator): (source)
Undocumented
def startElement(self, name, attrs): (source)
Undocumented
def endElement(self, name): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2015-05-24 20:04:00.