modulepackage
0.0.0-20181205064829-de26aeba19a0
Repository: https://github.com/githubaccou/cssselector.git
Documentation: pkg.go.dev
# README
CssSelector
an css selector implementaion in Go
##Attention## now the descendant selector is resolve incorrectly,and i will fix it later
# Functions
No description provided by the author
Get all elements node behind the param node.
Get all child node of the param node.
No description provided by the author
Given a node and a css query expresion,return a slice of node.
Given a node and a cssGroup query expression,return a slice of node.
Given a node and Filter implementation and return a slice of node.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author