Versions in this module Expand all Collapse all v1 v1.3.1 Mar 13, 2020 Changes in this version + func ParseData(data []byte) (*goquery.Document, error) + type Document struct + func ParseURL(url string) (*Document, error) + func (d *Document) NextElement() *Element + func (d *Document) NextElementQuerySelector(selector string) *Element + func (d *Document) QuerySelector(selector string) *Element + func (d *Document) QuerySelectorAll(selector string, f func(*Element)) *Element + func (d *Document) Text() string + type Element struct + func (s *Element) Attr(attributeName string) string + func (s *Element) ForEach(f func(*Element)) *Element + func (s *Element) GetChildParentContent(selector string) string + func (s *Element) Href() string + func (s *Element) NextElement() *Element + func (s *Element) NextElementQuerySelector(selector string) *Element + func (s *Element) NextElementQuerySelectorAll(selector string, f func(*Element)) *Element + func (s *Element) Number() int + func (s *Element) QuerySelector(selector string) *Element + func (s *Element) QuerySelectorAll(selector string, f func(*Element)) *Element + func (s *Element) Text() string