class documentation

class HTMLWriter: (source)

Known subclasses: twisted.python.htmlizer.SmallerHTMLWriter

View In Hierarchy

Write the stream of tokens and whitespace from TokenPrinter, formating tokens as HTML spans.
Method __init__ Undocumented
Method write Undocumented
Instance Variable noSpan Undocumented
Instance Variable writer Undocumented
def __init__(self, writer): (source)

Undocumented

def write(self, token, type=None): (source)

Undocumented

writer = (source)

Undocumented