Documentation ¶
Index ¶
- type Predicate
- func Attr(a, val string) Predicate
- func AttrCond(a string, p func(string) bool) Predicate
- func AttrWord(a, word string) Predicate
- func AttrWordCond(a string, p func(string) bool) Predicate
- func Class(class string) Predicate
- func ClassCond(p func(string) bool) Predicate
- func Element(element atom.Atom) Predicate
- func ID(id string) Predicate
- func IDCond(p func(string) bool) Predicate
- func InnerText(s string) Predicate
- func InnerTextCond(p func(string) bool) Predicate
- func IsText() Predicate
- func Text(s string) Predicate
- func TextCond(p func(string) bool) Predicate
- func True() Predicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Predicate ¶
func InnerTextCond ¶ added in v0.5.0
Click to show internal directories.
Click to hide internal directories.