# File lib/nokogiri/ffi/xml/node.rb, line 105
      def set_namespace(namespace)
        LibXML.xmlSetNs(cstruct, namespace.cstruct)
        self
      end