Package gavo :: Package web :: Module common :: Class doctypedStan
[frames] | no frames]

Class doctypedStan

source code

        object --+    
                 |    
nevow.loaders.stan --+
                     |
                    doctypedStan

is the stan loader with a doctype and a namespace added.

Instance Methods
 
__init__(self, rootEl, pattern=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from nevow.loaders.stan: __providedBy__, __provides__, load

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  DOCTYPE = <xml '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 S...

Inherited from nevow.loaders.stan: __implemented__, pattern, stan

Properties

Inherited from object: __class__

Method Details

__init__(self, rootEl, pattern=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details

DOCTYPE

Value:
<xml '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:/\
/www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\n'>