# File lib/xml/util/xmlcanonicalizer.rb, line 298 def is_namespace_node(namespace_uri) return (namespace_uri == "http://www.w3.org/2000/xmlns/") end