Documentation ¶
Index ¶
- func Child(selectors ...Selector) combinator
- func Context(ctx Selector, inner1 Selector, inner ...Selector) (r Selector)
- func ContextString(ctx string, inner1 Selector, inner ...Selector) (r Selector)
- func Descendant(selectors ...Selector) combinator
- func DirectFollows(selectors ...Selector) combinator
- func Each(selectors ...Selector) combinator
- func Follows(selectors ...Selector) combinator
- type SelectorAdder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContextString ¶
func ContextString(ctx string, inner1 Selector, inner ...Selector) (r Selector)
func Descendant ¶
func Descendant(selectors ...Selector) combinator
F element descendant of an E element
func DirectFollows ¶
func DirectFollows(selectors ...Selector) combinator
F element immediately preceded by an E element
Types ¶
type SelectorAdder ¶
type SelectorAdder interface { Selector() string Add(Selector) SelectorAdder }
Click to show internal directories.
Click to hide internal directories.