Language¶
- class pyvo.io.vosi.tapregext.Language(config=None, pos=None, **kwargs)[source]¶
Bases:
Element
Attributes Summary
Methods Summary
describe
()Prints out a human readable description
parse
(iterator, config)For internal use.
Attributes Documentation
- description¶
- languagefeaturelists¶
- name¶
- versions¶
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.