| Structure summary | |
|---|---|
| xml-element | |
| Function summary | |
|---|---|
| copy-xml-element | xml-element |
| first-xml-element-child | xml-element |
| make-xml-element | &key name attributes children |
| new-xml-element | name &rest children |
| (setf xml-element-attribute) | value xml-element key |
| standard-finish-element-hook | name attributes parent-seed seed |
| standard-new-element-hook | name attributes seed |
| standard-text-hook | string seed |
| xml-element-attribute | xml-element key |
| xml-element-attributes | xml-element |
| xml-element-children | xml-element |
| xml-element-name | xml-element |
| xml-element-p | object |
| xml-equal | xml-1 xml-2 |
Returns and (with setf) changes the children of the specified xml-element
Returns and (with setf) changes the attributes of the specified xml-element
Return the string value of the attribute with name the keyword :key of xml-element if any, return null if not found
Set the string value of the attribute with name the keyword :key of xml-element, creating a new attribute if necessary or overwriting an existing one, returning the value