Documentation ¶
Index ¶
- type L
- func (l L) ClassList() ([]string, bool)
- func (l L) Exists(key string) (ok bool)
- func (l L) HasClass(class string) bool
- func (l L) HasClassCond(p func(string) bool) bool
- func (l L) HasID(id string) bool
- func (l L) HasIDCond(p func(string) bool) bool
- func (l L) HasVal(key, val string) bool
- func (l L) HasValCond(key string, p func(string) bool) bool
- func (l L) HasWord(key, word string) bool
- func (l L) HasWordCond(key string, p func(string) bool) bool
- func (l L) ID() (string, bool)
- func (l L) Val(key string) (val string, ok bool)
- type List
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.