type golang.org/x/net/html.nodeStack
9 uses
golang.org/x/net/html (current package)
node.go#L153: type nodeStack []*Node
node.go#L156: func (s *nodeStack) pop() *Node {
node.go#L164: func (s *nodeStack) top() *Node {
node.go#L173: func (s *nodeStack) index(n *Node) int {
node.go#L183: func (s *nodeStack) contains(a atom.Atom) bool {
node.go#L193: func (s *nodeStack) insert(i int, n *Node) {
node.go#L200: func (s *nodeStack) remove(n *Node) {
parse.go#L30: oe, afe nodeStack
parse.go#L2408: p.oe = nodeStack{root}
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |