Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Svg = AtomChecker("svg") G = AtomChecker("g") )
Functions ¶
Types ¶
type Checker ¶
func AtomChecker ¶
type Node ¶
Node represents a HTML node. Wrap html.Node so that chainable interface is possible Use pointer of it because we want to test with nil.
Click to show internal directories.
Click to hide internal directories.