MCPcopy Create free account
hub / github.com/crufter/goquery / Node

Struct Node

exp/html/node.go:33–40  ·  view source on GitHub ↗

A Node consists of a NodeType and some Data (tag name for element nodes, content for text) and are part of a tree of Nodes. Element nodes may also have a Namespace and contain a slice of Attributes. Data is unescaped, so that it looks like "a<b" rather than "a&lt;b". An empty Namespace implies a "h

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected