Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSSParser ¶
CSSParser - An CSS parser
func (*CSSParser) Parse ¶
func (c *CSSParser) Parse() css.StyleSheet
Parse an CSS document and return a css.StyleSheet
type HTMLParser ¶
HTMLParser - An Html parser
func (*HTMLParser) Parse ¶
func (h *HTMLParser) Parse() dom.Node
Parse an HTML document and return the root element
Click to show internal directories.
Click to hide internal directories.