Documentation ¶
Index ¶
- type 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.