ExtensibleUWSElement

class pyvo.io.uws.tree.ExtensibleUWSElement(config=None, pos=None, _name='', **kwargs)[source]

Bases: ContentMixin, UWSElement

UWS Element that can handle arbitrary child elements.

Attributes Summary

text

Get the text content of this element

value

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

get(name, default=None)[source]

Get element by name (supports both local names and full namespaced names)

keys()[source]

Return all available keys (both local and namespaced)

parse(iterator, config)[source]

Override parse to capture text content for leaf elements