Package ZenRelations :: Module schemadoc :: Class HtmlGenerator
[hide private]
[frames] | no frames]

Class HtmlGenerator

source code

object --+
         |
        HtmlGenerator

Instance Methods [hide private]
 
__init__(self, baseModule, classList, outdir="docs")
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
generate(self)
Generate all html docs for the classList we were given.
source code
 
genIndexHtml(self)
Generate our index file must be called after all classes are processed.
source code
 
genHtml(self, cls)
Generate html documentaion for a class's schema.
source code
 
genPropertiesTable(self, cls) source code
 
genRelationsTable(self, cls) source code
 
writeTableHeader(self, title, colnames) source code
 
writeHeader(self) source code
 
writeFooter(self) source code
 
getHref(self, cls) source code
 
getFileName(self, cls, outdir=True) source code
 
td(self, value) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, baseModule, classList, outdir="docs")
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)