golang.org/x/net/html.Attribute.Namespace (field)
6 uses
golang.org/x/net/html (current package)
foreign.go#L28: aa[i].Namespace = a.Key[:j]
parse.go#L362: if t0.Key == t1.Key && t0.Namespace == t1.Namespace && t0.Val == t1.Val {
render.go#L155: if a.Namespace != "" {
render.go#L156: if _, err := w.WriteString(a.Namespace); err != nil {
token.go#L68: Namespace, Key, Val string
![]() |
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. |