Package gavo :: Package base :: Module activetags :: Class EventStream
[frames] | no frames]

Class EventStream

source code

              object --+                
                       |                
 structure.StructureBase --+            
                           |            
              object --+   |            
                       |   |            
           common.Parser --+            
                           |            
structure.ParseableStructure --+        
                               |        
             structure.Structure --+    
                                   |    
                       RecordingBase --+
                                       |
                          object --+   |
                                   |   |
                          GhostMixin --+
                                       |
                          object --+   |
                                   |   |
                           ActiveTag --+
                                       |
                                      EventStream
Known Subclasses:

An active tag that records events as they come in.

Their only direct effect is to leave a trace in the parser's id map. The resulting event stream can be played back later.

Nested Classes

Inherited from structure.StructureBase: __metaclass__

Instance Methods
 
end_(self, ctx, name, value) source code

Inherited from RecordingBase: __init__, feedEvent, getEventSource, iterEvents, start_, unexpandMacros, value_

Inherited from structure.Structure: __provides__, callCompletedCallbacks, completeElement, finishElement, onElementComplete, validate

Inherited from structure.ParseableStructure: feed, feedFrom, feedObject, getAttribute

Inherited from structure.StructureBase: __providedBy__, adopt, breakCircles, change, copy, getAttributes, getCopyableAttributes, getSourcePosition, iterChildren, setPosition

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

Class Methods

Inherited from structure.StructureBase: fromStructure

Class Variables
  name_ = 'STREAM'
hash(x)

Inherited from RecordingBase: attrSeq, managedAttrs

Inherited from structure.Structure: __implemented__

Inherited from structure.StructureBase: completedCallbacks

Properties

Inherited from object: __class__

Method Details

end_(self, ctx, name, value)

source code 
Overrides: structure.ParseableStructure.end_