| Home | Trees | Indices | Help |
|
|---|
|
|
defines a validating HTML parser used in web application tests
|
|||
| Validator | |||
| DTDValidator | |||
| SaxOnlyValidator | |||
|
XMLDemotingValidator some views produce html instead of xhtml, using demote_to_html |
|||
| HTMLValidator | |||
|
PageInfo holds various informations on the view's output |
|||
|
|||
STRICT_DOCTYPE = str(STRICT_DOCTYPE)
|
|||
TRANSITIONAL_DOCTYPE = str(TRANSITIONAL_DOCTYPE)
|
|||
ERR_COUNT = 0
|
|||
VALMAP = {None: None, 'dtd': DTDValidator, 'xml': SaxOnlyValid
|
|||
|
|||
VALMAP
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Oct 13 19:49:23 2010 | http://epydoc.sourceforge.net |