Package: closure-html

Class lhtml-builder

Superclasses

abstract-handler, common-lisp:standard-object, sb-pcl::slot-object, common-lisp:t

Documented Subclasses

None

Details

A 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