class AWS::Core::XML::SaxHandlers::Ox
def attr name, value
def attr name, value attributes(name.to_s => value) end
def sax_parse xml
def sax_parse xml ::Ox.sax_parse(self, StringIO.new(xml)) end
def start_element name
def start_element name super(name.to_s) end