FKColumn¶
- class pyvo.io.vosi.vodataservice.FKColumn(config=None, pos=None, _name='fkColumn', **kwargs)[source]¶
Bases:
Element
FKColumn element as described in http://www.ivoa.net/xml/VODataService/v1.1
Attributes Summary
The unqualified name of the column from the current table.
The unqualified name of the column from the target table.
Methods Summary
parse
(iterator, config)For internal use.
Attributes Documentation
- fromcolumn¶
The unqualified name of the column from the current table.
- targetcolumn¶
The unqualified name of the column from the target table.
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:
- iteratorxml iterator
An iterator over XML elements as returned by
get_xml_iterator
.- configdict
The configuration dictionary that affects how certain elements are read.