Nokogiri::XML::SAX::Document
# File lib/nori/parser/nokogiri.rb, line 28 def characters(string) stack.last.add_node(string) unless string.strip.length == 0 || stack.empty? end
# File lib/nori/parser/nokogiri.rb, line 21 def end_element(name) if stack.size > 1 last = stack.pop stack.last.add_node last end end
Generated with the Darkfish Rdoc Generator 2.