# File lib/xml/dom2/xpath.rb, line 38
      def children
        @node.childNodes.to_a
      end