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