Element¶
-
class
astropy.io.votable.tree.
Element
[source]¶ Bases:
object
A base class for all classes that represent XML elements in the VOTABLE file.
Methods Summary
parse
(iterator, config)For internal use.
to_xml
(w, **kwargs)For internal use.
Methods Documentation
-
parse
(iterator, config)[source]¶ For internal use. Parse the XML content of the children of the element.
- 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.
- Returns
- selfElement
Returns self as a convenience.
-