class Ox::StreamParser::OxParser

Public Instance Methods

parse(str) click to toggle source
# File lib/ox/xmlrpc_adapter.rb, line 27
def parse(str)
  Ox.sax_parse(self, StringIO.new(str), :symbolize => false, :convert_special => true)
end