| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
  object --+        
           |        
XmlComponent --+    
               |    
             DIV --+
                   |
                  HTML
There are four predefined document type definitions. They can be specified in the 'doctype' parameter:
-'strict' enables strict doctype -'transitional' enables transitional doctype (default) -'frameset' enables frameset doctype -'html5' enables HTML 5 doctype -any other string will be treated as user's own doctype
'lang' parameter specifies the language of the document. Defaults to 'en'.
See also :class:`DIV`
| 
 | |||
| 
 | |||
| Inherited from  Inherited from  Inherited from  Inherited from  | |||
| 
 | |||
| tag = hash(x) | |||
| strict =  | |||
| transitional =  | |||
| frameset =  | |||
| html5 =  | |||
| Inherited from  | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 generates the xml for this component. 
 | 
| 
 | |||
| strict
 | 
| transitional
 | 
| frameset
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 14 15:17:03 2013 | http://epydoc.sourceforge.net |