# File lib/ruote/parser/xml.rb, line 56
      def to_a
        [ @name, @attributes, @children.collect { |c| c.to_a } ]
      end