Class n.l.xmlfile(object):

Part of nevow.loaders View Source View In Hierarchy

Implements interfaces: nevow.inevow.IDocFactory

Undocumented
Line # Kind Name Docs
181 Method __init__ Undocumented
200 Method load Load a template and return a stan document tree.
def __init__(self, template=None, pattern=None, templateDir=None, ignoreDocType=None, ignoreComment=None): (source)
Undocumented
def load(self, ctx=None, preprocessors=()): (source)
Load a template and return a stan document tree.
ParameterspreprocessorsAn iterable of one-argument callables which will be given the stan document tree to transform before it is compiled.
API Documentation for Nevow, generated by pydoctor.