Nokogiri::HTML::Document::EncodingReader::SAXHandler
# File lib/nokogiri/html/document.rb, line 164 def start_element(name, attrs = []) super throw @jumptag, @encoding if @encoding throw @jumptag, nil if name =~ /\A(?:div|h1|img|p|br)\z/ end
# File lib/nokogiri/html/document.rb, line 159 def initialize(jumptag) @jumptag = jumptag super() end
[Validate]
Generated with the Darkfish Rdoc Generator 2.