# File lib/xml/dom2/node.rb, line 453
      def hasChildNodes
        !@children.nil? && @children.length > 0
      end