tag
XML data types ยป XML data classes

Prev:xml-chunk
Next:name


Vocabulary
xml.data

Class description
Tuple representing an XML tag, delegating to a name, containing the following slots:
attrsan alist of names to strings
childrena sequence

Tags implement the Sequence protocol by acting like a sequence of its chidren, and the Associative mapping protocol for getting and setting their attributes.

See also
<tag>, contained-tag, <contained-tag>, open-tag

Definition


Methods