Versions in this module Expand all Collapse all v0 v0.0.1 May 31, 2023 v0.0.0 May 31, 2023 Changes in this version + type Client struct + func NewClient(txt string, baseUrl ...string) *Client + func (obj *Client) After(str string) *Client + func (obj *Client) Append(str string) *Client + func (obj *Client) Attrs() map[string]string + func (obj *Client) Before(str string) *Client + func (obj *Client) Childrens(elections ...string) []*Client + func (obj *Client) ChildrensAll(election ...string) []*Client + func (obj *Client) Clear() *Client + func (obj *Client) Contents(elections ...string) []*Client + func (obj *Client) Copy() *Client + func (obj *Client) Del(key string) *Client + func (obj *Client) Find(election string) *Client + func (obj *Client) Finds(election string) []*Client + func (obj *Client) Get(key string, defaultValue ...string) string + func (obj *Client) Has(obj2 *Client) bool + func (obj *Client) Html(content ...string) string + func (obj *Client) Name(str ...string) string + func (obj *Client) Next(elections ...string) *Client + func (obj *Client) Nexts(elections ...string) []*Client + func (obj *Client) Parent(elections ...string) *Client + func (obj *Client) Parents(elections ...string) []*Client + func (obj *Client) Prepend(str string) *Client + func (obj *Client) Prev(elections ...string) *Client + func (obj *Client) Prevs(elections ...string) []*Client + func (obj *Client) Remove() *Client + func (obj *Client) Replace(str string) *Client + func (obj *Client) Set(key string, val string) *Client + func (obj *Client) Sibs(elections ...string) []*Client + func (obj *Client) Strings() []string + func (obj *Client) Text(str ...string) string