# File lib/libxml/node.rb, line 132
      def next?
        not self.next.nil?
      end