Documentation
¶
Overview ¶
Document Query - A simple HTML Document query library
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MatchFunc ¶
func NewMatchFunc ¶
type MatchHandlerFunc ¶
type NodeMatcher ¶
type NodeMatcher struct {
// contains filtered or unexported fields
}
func NewNodeMatcher ¶
func NewNodeMatcher( matchFunc MatchFunc, handler MatchHandlerFunc, children ...Matcher, ) *NodeMatcher
func (*NodeMatcher) Handler ¶
func (m *NodeMatcher) Handler(n *html.Node)
func (*NodeMatcher) SubMatchers ¶
func (m *NodeMatcher) SubMatchers() []Matcher
Click to show internal directories.
Click to hide internal directories.