Searched refs:BeforeNodes (Results 1 – 12 of 12) sorted by relevance
112 return s.BeforeNodes(m.MatchAll(s.document.rootNode)...)120 return s.BeforeNodes(sel.Nodes...)127 return s.BeforeNodes(parseHtml(html)...)133 func (s *Selection) BeforeNodes(ns ...*html.Node) *Selection { func
112 return s.BeforeNodes(m.MatchAll(s.document.rootNode)...)120 return s.BeforeNodes(sel.Nodes...)127 return s.BeforeNodes(parseHtml(html)...)133 func (s *Selection) BeforeNodes(ns ...*html.Node) *Selection {
113 return s.BeforeNodes(m.MatchAll(s.document.rootNode)...)121 return s.BeforeNodes(sel.Nodes...)128 return s.BeforeNodes(parseHtml(html)...)134 func (s *Selection) BeforeNodes(ns ...*html.Node) *Selection { func
123 return s.BeforeNodes(m.MatchAll(s.document.rootNode)...)131 return s.BeforeNodes(sel.Nodes...)150 func (s *Selection) BeforeNodes(ns ...*html.Node) *Selection { func