Package pylal :: Module SimInspiralUtils :: Class ExtractSimInspiralTableLIGOLWContentHandler
[hide private]
[frames] | no frames]

Class ExtractSimInspiralTableLIGOLWContentHandler

source code

        xml.sax.handler.ContentHandler --+        
                                         |        
                                object --+        
                                         |        
   glue.ligolw.ligolw.LIGOLWContentHandler --+    
                                             |    
glue.ligolw.ligolw.PartialLIGOLWContentHandler --+
                                                 |
                                                ExtractSimInspiralTableLIGOLWContentHandler

LIGOLWContentHandler that will extract only the SimInspiralTable from a document. See glue.ligolw.LIGOLWContentHandler help for more info.

Instance Methods [hide private]
 
__init__(self, document)
Only those elements for which element_filter(name, attrs) evaluates to True, and the children of those elements, will be loaded.
source code

Inherited from glue.ligolw.ligolw.PartialLIGOLWContentHandler: characters, endElementNS, startElementNS

Inherited from glue.ligolw.ligolw.LIGOLWContentHandler: startAdcData, startAdcInterval, startArray, startColumn, startComment, startDetector, startDim, startIGWDFrame, startLIGO_LW, startParam, startStream, startTable, startTime

Inherited from xml.sax.handler.ContentHandler: endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, document)
(Constructor)

source code 

Only those elements for which element_filter(name, attrs) evaluates to True, and the children of those elements, will be loaded.

Overrides: object.__init__
(inherited documentation)