|
|
|
maybe_remove(self,
trans)
Method used to check whether a particular transformer has to be
removed. |
|
|
|
|
|
nrange(self,
nid)
For a node id return the corresponding node ids of all fibers
currently active. |
|
|
|
is_node(self,
node,
nid)
Used to determine whether a node has a certain node id. |
|
|
|
get_handler(self,
nid)
Seek for appropriate node handler using node id and ranging. |
|
|
|
|
|
_find_transformable(self,
tree,
chain)
Used to find nodes in tree that have corresponding node
transformers. |
|
|
|
run(self,
tree,
chain=[ ] ,
locals=None,
prio=None)
Main transformation loop. |
|
|