golang.org/x/net/html.Node.RemoveChild (method)
6 uses
golang.org/x/net/html (current package)
node.go#L106: func (n *Node) RemoveChild(c *Node) {
node.go#L134: src.RemoveChild(child)
parse.go#L899: body.Parent.RemoveChild(body)
parse.go#L1306: lastNode.Parent.RemoveChild(lastNode)
parse.go#L1316: lastNode.Parent.RemoveChild(lastNode)
parse.go#L2433: parent.RemoveChild(c)
![]() |
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. |