Versions in this module Expand all Collapse all v0 v0.0.3 Feb 18, 2021 Changes in this version + func ContentMissingError() error + func MarshallingError(err error) error + func RenderingError(err error) error + type Attributes map[string]string + type EmptyTarget struct + func (EmptyTarget) Content() *html.Node + func (EmptyTarget) IsValid() bool + func (EmptyTarget) Render() (string, error) + func (EmptyTarget) RenderingError() error + type Filter struct + Attributes Attributes + IsExact bool + Tag string + type Scraper struct + func NewFromBuffer(buffer io.ReadCloser) (*Scraper, error) + func NewFromNode(node *html.Node) (*Scraper, error) + func (scraper Scraper) Attributes() Attributes + func (scraper Scraper) Content() *html.Node + func (scraper Scraper) Find(filter Filter) *Scraper + func (scraper Scraper) FindAll(filter Filter) <-chan *Scraper + func (scraper Scraper) Render() (string, error) + func (scraper Scraper) Text() (string, bool) + func (scraper Scraper) TextOptimistic() string + func (scraper Scraper) Type() string + type Target interface + Content func() *html.Node + IsValid func() bool + Render func() (string, error)