Package logilab :: Package common :: Package ureports :: Module docbook_writer :: Class DocbookWriter
[frames] | no frames]

Class DocbookWriter

source code

HTMLWriter --+
             |
            DocbookWriter

format layouts as HTML

Instance Methods
 
begin_format(self, layout)
begin to format a layout
source code
 
end_format(self, layout)
finished to format a layout
source code
 
visit_section(self, layout)
display a section (using <chapter> (level 0) or <section>)
source code
 
visit_title(self, layout)
display a title using <title>
source code
 
visit_table(self, layout)
display a table as html
source code
 
visit_list(self, layout)
display a list (using <itemizedlist>)
source code
 
visit_paragraph(self, layout)
display links (using <para>)
source code
 
visit_span(self, layout)
display links (using <p>)
source code
 
visit_link(self, layout)
display links (using <ulink>)
source code
 
visit_verbatimtext(self, layout)
display verbatim text (using <programlisting>)
source code
 
visit_text(self, layout)
add some text
source code