# File lib/libxml/node.rb, line 90
      def namespaces
        @namespaces ||= XML::Namespaces.new(self)
      end