Home | Trees | Indices | Help |
|
---|
|
A very simple LIGO_LW XML parser class that reads the only keeps tables that do not contain the strings sngl_ or multi_
The class is not very robust as can have problems if the line breaks do not appear in the standard places in the XML file.
|
|||
|
|||
|
|||
|
|||
string |
|
||
|
|
Constructs an instance. The private variable ignore_pat determines what tables we ignore. |
Callback for the end of an XML element. If the ignore flag is set, reset it so we start outputing the table again.
|
For each line we are passed, call the XML parser. Returns the line if we are outside one of the ignored tables, otherwise returns the empty string.
|
Callback for start of an XML element. Checks to see if we are about to start a table that matches the ignore pattern.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 12 00:34:18 2017 | http://epydoc.sourceforge.net |