Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrorNode = html.ErrorNode TextNode = html.TextNode DocumentNode = html.DocumentNode ElementNode = html.ElementNode CommentNode = html.CommentNode DoctypeNode = html.DoctypeNode RawNode = html.RawNode )
Variables ¶
View Source
var (
Parse = html.Parse
)
Functions ¶
Types ¶
type Node ¶
func NodeChildren ¶
Click to show internal directories.
Click to hide internal directories.