Module log2xml :: Class AppendSummary
[hide private]
[frames] | no frames]

Class AppendSummary

source code

xml.sax.handler.ContentHandler --+    
                                 |    
                     ContentWriter --+
                                     |
                                    AppendSummary

SAX content handler to add an XML log to the summary.

Instance Methods [hide private]
 
__init__(self, output, xmllog) source code
 
startDocument(self)
Receive notification of the beginning of a document.
source code
 
startElement(self, name, attrs) source code

Inherited from ContentWriter: characters, endElement

Inherited from xml.sax.handler.ContentHandler: endDocument, endElementNS, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startElementNS, startPrefixMapping

Method Details [hide private]

__init__(self, output, xmllog)
(Constructor)

source code 
Overrides: ContentWriter.__init__

startDocument(self)

source code 

Receive notification of the beginning of a document.

The SAX parser will invoke this method only once, before any other methods in this interface or in DTDHandler (except for setDocumentLocator).

Overrides: xml.sax.handler.ContentHandler.startDocument
(inherited documentation)

startElement(self, name, attrs)

source code 
Overrides: ContentWriter.startElement