TableSet¶
-
class
pyvo.io.vosi.vodataservice.
TableSet
(config=None, pos=None, _name='tableset', version='1.1', **kwargs)[source]¶ Bases:
pyvo.utils.xml.elements.Element
,astropy.utils.collections.HomogeneousList
TableSet element as described in http://www.ivoa.net/xml/VODataService/v1.1
The set of tables hosted by a resource.
Attributes Summary
schemas
version
Methods Summary
parse
(iterator, config)For internal use. Attributes Documentation
-
schemas
¶
-
version
¶
Methods Documentation
-
parse
(iterator, config)[source]¶ For internal use. Parse the XML content of the children of the element. Override this method and do after-parse checks after calling
super().parse
, if you need to.Parameters: - iterator : xml iterator
An iterator over XML elements as returned by
get_xml_iterator
.- config : dict
The configuration dictionary that affects how certain elements are read.
-