Package: closure-html
Class lhtml-builder
Superclassesabstract-handler, common-lisp:standard-object, sb-pcl::slot-object, common-lisp:t Documented Subclasses
None
DetailsA HAX handler which builds LHTML list structures. LHTML represents each HTML element as a list of the form (name (attributes...) children...) and each attribute as a list of the form (name value) Element and attribute names are symbols in the keyword package with uppercase names. Attribute values are rods or strings. | See also |