Object
# File lib/aws-sdk-core/xml/parser/engines/ox.rb, line 9 def initialize(stack) @stack = stack end
# File lib/aws-sdk-core/xml/parser/engines/ox.rb, line 13 def parse(xml) Ox.sax_parse(@stack, StringIO.new(xml), :convert_special => true) end