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

Module model

source code

xmlstan elements of VOTable.

Classes
  VOTable
The container for VOTable elements.
Functions
 
voTag(tagName, version='1.3')
returns the VOTable QName for tagName.
source code
Variables
  NAMESPACES = {'1.1': 'http://www.ivoa.net/xml/VOTable/v1.1', '...
  __package__ = 'gavo.votable'
Function Details

voTag(tagName, version='1.3')

source code 

returns the VOTable QName for tagName.

You only need this if you want to search in ElementTrees.


Variables Details

NAMESPACES

Value:
{'1.1': 'http://www.ivoa.net/xml/VOTable/v1.1',
 '1.2': 'http://www.ivoa.net/xml/VOTable/v1.2',
 '1.3': 'http://www.ivoa.net/xml/VOTable/v1.3'}