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 slots attrs (an alist of names to strings) and children (a sequence). Tags implement the sequence protocol by acting like a sequence of its chidren, and the assoc protocol by acting like its attributes.

See also
<tag>, name, contained-tag, xml

Definition


Methods