| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
EventProcessor
A dispatcher for parse events to structures.
It is constructed with the root structure of the result tree, either as a type or as an instance.
After that, events can be fed to the feed method that makes sure they are routed to the proper object.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
debug = False
|
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
feeds an event. This is the main entry point for user calls. |
dispatches an event to the root structure. Do not call this yourself unless you know what you're doing. The method to feed "real" events to is feed. |
artifically inserts an instanciated root element. In particular, this bypasses any checks that the event stream coming is is actually destined for root. Use this for replay-type things (feedFrom, active tags) exclusively. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |