Nokogiri SAX parser.
# File lib/nori/parser/nokogiri.rb, line 36 def self.parse(xml) document = Document.new parser = ::Nokogiri::XML::SAX::Parser.new document parser.parse xml document.stack.length > 0 ? document.stack.pop.to_hash : {} end
[Validate]
Generated with the Darkfish Rdoc Generator 2.