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