MCPcopy Create free account
hub / github.com/antchfx/htmlquery / Current

Method Current

query.go:241–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239}
240
241func (h *NodeNavigator) Current() *html.Node {
242 return h.curr
243}
244
245func (h *NodeNavigator) NodeType() xpath.NodeType {
246 switch h.curr.Type {

Callers 2

QuerySelectorFunction · 0.80
QuerySelectorAllFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected