Home | Trees | Indices | Help |
|
---|
|
Stream parsing of VOTables.
This module builds on a shallow wrapping of expat in utils.iterparse. There is an "almost-tight" parsing loop in the parse method. It builds an xmlstan tree (mainly through the _processNodeDefault method).
Classes | |
IGNORE this is a sentinel element used when an element is not known but robust parsing is requested. |
Functions | |||
|
|||
|
|||
|
Variables | |
DEFAULT_WATCHSET =
|
|
VOTABLE_NAMESPACES =
|
|
computeEndProcessors = <gavo.utils.codetricks.CachedGetter obj
|
|
computeElements = <gavo.utils.codetricks.CachedGetter object>
|
|
__package__ =
|
Function Details |
returns an iterator yielding items of interest. inFile is a something that supports read(bytes) watchset is a sequence of items of VOTable you want yielded. By default, that's just VOTable.TABLE. You may want to see INFO or PARAM of certain protocols. |
returns an iterator yielding pairs of (table definition, row iterator). string contains a VOTable literal. |
Variables Details |
VOTABLE_NAMESPACES
|
computeEndProcessors
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |