Methods
__init__(
self,
stylesheetAltUris=None,
documentReader=None,
implementation=None,
stylesheetIncPaths=None)
execute(
self,
node,
docInputSource,
ignorePis=0,
topLevelParams=None,
writer=None,
outputStream=None)
run(
self,
iSrc,
ignorePis=0,
topLevelParams=None,
writer=None,
outputStream=None)
runNode(
self,
node,
sourceUri=None,
ignorePis=0,
topLevelParams=None,
writer=None,
outputStream=None,
preserveSrc=0,
docInputSource=None)
#FIXME: make this _warning?
Methods inherited from class __builtin__.object
__delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__
Fields
__dict__ = <attribute '__dict__' of 'Processor' objects>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'Processor' objects>
list of weak references to the object (if defined)
Fields