diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/log2xml.AppendSummary-class.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/log2xml.AppendSummary-class.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,293 @@ + + + + + log2xml.AppendSummary + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + 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 +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +