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

Class EmbeddedStream

source code

              object --+                
                       |                
 structure.StructureBase --+            
                           |            
              object --+   |            
                       |   |            
           common.Parser --+            
                           |            
structure.ParseableStructure --+        
                               |        
             structure.Structure --+    
                                   |    
                       RecordingBase --+
                                       |
                  object --+           |
                           |           |
     structure.StructureBase --+       |
                               |       |
                  object --+   |       |
                           |   |       |
               common.Parser --+       |
                               |       |
    structure.ParseableStructure --+   |
                                   |   |
                 structure.Structure --+
                                       |
                                      EmbeddedStream
Known Subclasses:

An event stream as a child of another element.

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_ = 'events'
hash(x)
  attrSeq = [<gavo.base.complexattrs.StructAttribute object>, <g...
  managedAttrs = {'DEFAULTS': <gavo.base.complexattrs.StructAttr...

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_

Class Variable Details

attrSeq

Value:
[<gavo.base.complexattrs.StructAttribute object>,
 <gavo.base.attrdef.UnicodeAttribute object>,
 <gavo.base.parsecontext.IdAttribute object>,
 <gavo.base.attrdef.ActionAttribute object>]

managedAttrs

Value:
{'DEFAULTS': <gavo.base.complexattrs.StructAttribute object>,
 'doc': <gavo.base.attrdef.UnicodeAttribute object>,
 'id': <gavo.base.parsecontext.IdAttribute object>,
 'passivate': <gavo.base.attrdef.ActionAttribute object>}