py::qo::ext::OpenDocument::spreadsheet::Meta Class Reference

Inheritance diagram for py::qo::ext::OpenDocument::spreadsheet::Meta:

Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__

Public Attributes

 doc


Member Function Documentation

def py::qo::ext::OpenDocument::spreadsheet::Meta::__init__ (   self  ) 

00046                              :
00047                 self.doc = DOM_IMPL.createDocument( "urn:oasis:names:tc:opendocument:xmlns:office:1.0", "office:document-meta", None )
00048                 root = self.doc.documentElement
00049                 root.setAttribute( "xmlns:office", "urn:oasis:names:tc:opendocument:xmlns:office:1.0" )
00050                 root.setAttribute( "xmlns:meta", "urn:oasis:names:tc:opendocument:xmlns:meta:1.0" )
00051                 meta = self.doc.createElement("office:meta")
00052                 generator = self.doc.createElement("meta:generator")
00053                 generator.appendChild( self.doc.createTextNode( "Qomics" ) )
00054                 meta.appendChild( generator )
00055                 root.appendChild( meta )
00056 
00057 
class Manifest( DOMHandler ) :


Member Data Documentation

py::qo::ext::OpenDocument::spreadsheet::Meta::doc


The documentation for this class was generated from the following file:
Generated on Tue Oct 9 20:40:32 2007 for Qomics by  doxygen 1.5.3