()
| 51 | if nametest { |
| 52 | type namespaceURL interface { |
| 53 | NamespaceURL() string |
| 54 | } |
| 55 | if ns, ok := n.(namespaceURL); ok && root.hasNamespaceURI { |
| 56 | return root.LocalName == n.LocalName() && root.namespaceURI == ns.NamespaceURL() |
no outgoing calls
no test coverage detected