Vocabularyxml.dataClass descriptionTuple 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,
xmlDefinitionMethods