INDENT_LEFT_JUSTIFY = -1
(line 36)
INDENT_NICE = 0
(line 35)
Some defines to tell the class what style of indenting of the output the user wants.
XHTML = "xhtml_transitional"
(line 20)
XHTML_FRAMESET = "xhtml_frameset"
(line 22)
XHTML_STRICT = "xhtml_strict"
(line 21)
XHTML_TRANSITIONAL = "xhtml_transitional"
(line 19)
Some global defines, used by the classes and widgets to specify what type of output document format to use.
_ALWAYS_LOWERCASE = 512
(line 59)
_ALWAYS_UPPERCASE = 256
(line 58)
_CDATACONTENTWRAP = 2048
(line 61)
_CLOSETAGREQUIRED = 16
(line 54)
_COLLAPSE = 128
(line 57)
_CONTENTREQUIRED = 8
(line 53)
_DEPRICATED = 32
(line 55)
_HTML_MDASH = "—"
(line 43)
_HTML_SPACE = " "
(line 42)
some nice globals
_INDENT_STR = " "
(line 48)
Some global defines for the tag classes
_NEWLINEAFTERCLOSETAG = 4
(line 52)
_NEWLINEAFTERCONTENT = 1
(line 50)
_NEWLINEAFTEROPENTAG = 2
(line 51)
_NOFINISHSLASHXHTML = 1024
(line 60)
_TAG_PREFIX = "<"
(line 64)
_TAG_SUFFIX = ">"
(line 65)
_XHTMLCOMPLIANT = 4096
(line 62)