golang.org/x/net/html.Node.Namespace (field)
21 uses
golang.org/x/net/html (current package)
const.go#L96: switch element.Namespace {
foreign.go#L38: switch n.Namespace {
foreign.go#L60: if n.Namespace != "math" {
node.go#L50: Namespace string
node.go#L185: if n.DataAtom == a && n.Namespace == "" {
parse.go#L113: if p.oe[i].Namespace == "" {
parse.go#L144: for _, t := range defaultScopeStopTags[p.oe[i].Namespace] {
parse.go#L350: if n.Namespace != "" {
parse.go#L482: if n.Namespace != "" {
parse.go#L691: if n := p.oe[i]; n.Namespace == "" && n.DataAtom == a.Template {
parse.go#L1093: p.top().Namespace = p.tok.Data
parse.go#L1925: if n := p.oe[i]; n.Namespace == "" && n.DataAtom == a.Template {
parse.go#L2162: if n.Namespace == "" || htmlIntegrationPoint(n) || mathMLTextIntegrationPoint(n) {
parse.go#L2171: switch current.Namespace {
parse.go#L2186: namespace := current.Namespace
parse.go#L2188: p.top().Namespace = namespace
parse.go#L2200: if p.oe[i].Namespace == "" {
parse.go#L2229: if n.Namespace == "" {
parse.go#L2240: if n.Namespace == "math" && n.DataAtom == a.AnnotationXml && p.tok.Type == StartTagToken && p.tok.DataAtom == a.Svg {
parse.go#L2295: p.tokenizer.AllowCDATA(n != nil && n.Namespace != "")
parse.go#L2392: if context != nil && context.Namespace != "" {
![]() |
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. |