Package gavo :: Package votable :: Module tableparser
[frames] | no frames]

Module tableparser

source code

Parsing various forms of tabular data embedded in VOTables.

WARNING: This will fail if the parser exposes namespaces in its events (utils.iterparse doesn't).

Classes
  DataIterator
A base for the classes actually doing the iteration.
  TableDataIterator
An internal class used by Rows to actually iterate over rows in TABLEDATA serialization.
  BinaryIteratorBase
A base class used by Rows to actually iterate over rows in BINARY(2) serialization.
  BinaryIterator
  Binary2Iterator
  Rows
a wrapper for data within a VOTable.
Variables
  __package__ = 'gavo.votable'