Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Node ¶
Node is something like a html element: tag or text data.
func (*Node) GetAttribute ¶
GetAttribute returns attribute value or Nothing optional if there is no such attribute.
func (*Node) GetElementsByTagAndClass ¶
GetElementsByTagAndClass finds all tags with given name, which have all the given classes.
func (*Node) GetElementsByTags ¶
GetElementsByTags finds all elements with given tag names.
Click to show internal directories.
Click to hide internal directories.