class AWS::Core::XML::SaxHandlers::LibXML

def on_characters chars

def on_characters chars
  text(chars)
end