package
0.0.0-20141112201209-3f75658770a7
Repository: https://github.com/rtfb/go-html-transform.git
Documentation: pkg.go.dev
# Functions
Selector parses a string into a Chain.
SelectorFromScanner parses an io.ByteScanner into a Chain.
# Constants
An immediately adjacent sibling combinator.
Attribute Selector.
Child Combinatory.
Class Selector.
Test that an attribute contains a value in a whitespace seperated list.
Test that an attribute starts with a value or a value with a dash.
Descendant combinator.
Test for an exact value for the attribute.
Id Selector.
Test for the presence of the attribute.
Pseudoclass Selector.
Pseudoelement Selector.
General sibling combinator.
Tagname selector.
Universal selector.
# Variables
No description provided by the author
# Structs
Chain is a chain of sequences joined using Links.
Link joins a sequence to another sequence with a combinator.
SimpleSelector describes one thing about an element.
# Type aliases
Sequence is a list of SimpleSelectors describing multiple things about an element.