Returns the parsed xml using the parser to use. Raises an ArgumentError unless the optional or default parser exists.
# File lib/nori/parser.rb, line 30 def self.parse(xml, parser = nil) load_parser(parser).parse xml end
Generated with the Darkfish Rdoc Generator 2.