Package twisted :: Package lore :: Module docbook :: Class DocbookSpitter
[show private | hide private]
[frames | no frames]

Class DocbookSpitter

BaseLatexSpitter --+
                   |
                  DocbookSpitter


Method Summary
  __init__(self, writer, currDir, filename)
(inherited from BaseLatexSpitter)
  visitNode(self, node)
(inherited from BaseLatexSpitter)
  visitNode_a(self, node)
(inherited from BaseLatexSpitter)
  visitNode_a_href(self, node)
  visitNode_a_listing(self, node)
  visitNode_a_name(self, node)
  visitNode_body(self, node)
  visitNode_div(self, node)
(inherited from BaseLatexSpitter)
  visitNode_h1(self, node)
(inherited from BaseLatexSpitter)
  visitNode_h2(self, node)
  visitNode_h3(self, node)
  visitNode_h4(self, node)
  visitNode_li(self, node)
  visitNode_span(self, node)
(inherited from BaseLatexSpitter)
  visitNode_style(self, node)
(inherited from BaseLatexSpitter)
  visitNodeDefault(self, node)
(inherited from BaseLatexSpitter)
  visitNodeHeader(self, node)
  writeNodeData(self, node)

Class Variable Summary
int currentLevel
string end_dd
string end_div_note
string end_dl
string end_dt
string end_em
string end_h2
string end_h3
string end_h4
string end_li
string end_ol
string end_p
string end_pre
string end_q
string end_span_footnote
string end_strong
string end_title
string end_ul
string start_dd
string start_div_note
string start_dl
string start_dt
string start_em
string start_li
string start_ol
string start_p
string start_pre
string start_q
string start_span_footnote
string start_strong
string start_title
string start_ul

Class Variable Details

currentLevel

Type:
int
Value:
1                                                                      

end_dd

Type:
string
Value:
'</para></listitem></varlistentry>'                                    

end_div_note

Type:
string
Value:
'</note>'                                                              

end_dl

Type:
string
Value:
'</variablelist>'                                                      

end_dt

Type:
string
Value:
'</term>'                                                              

end_em

Type:
string
Value:
'</emphasis>'                                                          

end_h2

Type:
string
Value:
'</title><para />'                                                     

end_h3

Type:
string
Value:
'</title><para />'                                                     

end_h4

Type:
string
Value:
'</title><para />'                                                     

end_li

Type:
string
Value:
'</listitem>'                                                          

end_ol

Type:
string
Value:
'</orderedlist>'                                                       

end_p

Type:
string
Value:
'</para>'                                                              

end_pre

Type:
string
Value:
'</programlisting>'                                                    

end_q

Type:
string
Value:
'"'                                                                    

end_span_footnote

Type:
string
Value:
'</para></footnote>'                                                   

end_strong

Type:
string
Value:
'</emphasis>'                                                          

end_title

Type:
string
Value:
'</title><para />'                                                     

end_ul

Type:
string
Value:
'</itemizedlist>'                                                      

start_dd

Type:
string
Value:
'<listitem><para>'                                                     

start_div_note

Type:
string
Value:
'<note>'                                                               

start_dl

Type:
string
Value:
'<variablelist>'                                                       

start_dt

Type:
string
Value:
'<varlistentry><term>'                                                 

start_em

Type:
string
Value:
'<emphasis>'                                                           

start_li

Type:
string
Value:
'<listitem>'                                                           

start_ol

Type:
string
Value:
'<orderedlist>'                                                        

start_p

Type:
string
Value:
'<para>'                                                               

start_pre

Type:
string
Value:
'<programlisting>'                                                     

start_q

Type:
string
Value:
'"'                                                                    

start_span_footnote

Type:
string
Value:
'<footnote><para>'                                                     

start_strong

Type:
string
Value:
'<emphasis>'                                                           

start_title

Type:
string
Value:
'<section><title>'                                                     

start_ul

Type:
string
Value:
'<itemizedlist>'                                                       

Generated by Epydoc 1.1 on Sat Feb 15 21:19:07 2003 http://epydoc.sf.net