Versions in this module Expand all Collapse all v2 v2.18.0 Aug 2, 2024 Changes in this version + const RawTag + var Module = map[string]xgo.Object + type Element struct + Attr map[string]string + Children []*Element + Content string + Final bool + Tag string + func MakeElements(args ...xgo.Object) ([]*Element, error) + func (el *Element) Add(args ...xgo.Object) (xgo.Object, error) + func (el *Element) IndexGet(index xgo.Object) (xgo.Object, error) + func (el *Element) SetBody(args ...xgo.Object) (xgo.Object, error) + func (el *Element) SetFinal(args ...xgo.Object) (xgo.Object, error) + func (el *Element) String() string + func (el *Element) TypeName() string + type Renderer struct + func (html *Renderer) IndexGet(index xgo.Object) (xgo.Object, error) + func (html *Renderer) String() string + func (html *Renderer) TypeName() string