# File lib/xml/dom/core.rb, line 621
      def hasChildNodes
        !@children.nil? && @children.length > 0
      end