in fragment.go [25:30]
func NewHtmlFragment(root *html.Node) (*HtmlFragment, error) { h := new(HtmlFragment) h.doc = goquery.NewDocumentFromNode(root) return h, nil }