ExtensibleUWSElement¶
- class pyvo.io.uws.tree.ExtensibleUWSElement(config=None, pos=None, _name='', **kwargs)[source]¶
Bases:
ContentMixin,UWSElementUWS Element that can handle arbitrary child elements.
Attributes Summary
Get the text content of this element
Get the text content converted to appropriate type
Methods Summary
get(name[, default])Get element by name (supports both local names and full namespaced names)
keys()Return all available keys (both local and namespaced)
parse(iterator, config)Override parse to capture text content for leaf elements
Attributes Documentation
- text¶
Get the text content of this element
- value¶
Get the text content converted to appropriate type
Methods Documentation