class Aws::Xml::Parser::OxEngine
def initialize(stack)
def initialize(stack) @stack = stack end
def parse(xml)
def parse(xml) Ox.sax_parse( @stack, StringIO.new(xml), :convert_special => true, :skip => :skip_white ) end
def initialize(stack) @stack = stack end
def parse(xml) Ox.sax_parse( @stack, StringIO.new(xml), :convert_special => true, :skip => :skip_white ) end