Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Criteria ¶
func Class ¶
Class is a convenience method that returns a FilterTest indicating whether or not an HTML node contains a class attribute with a value that matches the provided string.
func Exists ¶
Exists returns a FilterTest that indicates whether or not a specific attribute is present on an HTML node.
func Id ¶
Id is a convenience method that returns a FilterTest indicating whether or not an HTML node contains an id attribute with a value that matches the provided string.
func Matches ¶
Matches returns a FilterTest that indicates whether an HTML node contains a matching attribute key/value pair.
Click to show internal directories.
Click to hide internal directories.