selector

package
v3.2.13+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2015 License: MIT, MIT Imports: 1 Imported by: 0

README

selector

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Child

func Child(selectors ...Selector) combinator

F element child of an E element

func Context

func Context(ctx Selector, inner1 Selector, inner ...Selector) (r Selector)

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

func Each

func Each(selectors ...Selector) combinator

for each given selector the rules apply

func Follows

func Follows(selectors ...Selector) combinator

F element preceded by an E element

Types

type SelectorAdder

type SelectorAdder interface {
	Selector() string
	Add(Selector) SelectorAdder
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL