package Synopsis.Formatters.DocBook.DocBook
class FormatterBase
FormatterBase-inheritance Scopes/Synopsis/Formatters/DocBook/DocBook/DetailFormatter.html Scopes/Synopsis/Formatters/ClassTree/ClassTree.html Scopes/Synopsis/Formatters/HTML/Views/FileListing/FileListing.html Scopes/Synopsis/Formatters/DocBook/DocBook/SummaryFormatter.html
-Attributes
source code
source code
source code
source code
source code
source code
source code
source code
source code
source code
source code
-Methods
  __init__(self, processor, output, base_dir, nested_modules, secondary_index, inheritance_graphs, graph_color)
references
source code
  scope(self)
references
source code
  push_scope(self, newscope)
references
source code
  pop_scope(self)
references
source code
  write(self, text)
references
source code
Write some text to the output stream, replacing 's with 's and indents.
  start_element(self, type, * * params)
references
source code
Write the start of an element, ending with a newline
  end_element(self)
references
source code
Write the end of an element, starting with a newline
  write_element(self, element, body, end = '\n', * * params)
references
source code
Write a single element on one line (though body may contain newlines)
  element(self, element, body, * * params)
references
source code
Return but do not write the text for an element on one line