Class Index [+]

Quicksearch

Nokogiri::HTML::Document::EncodingReader::JumpSAXHandler

Public Class Methods

new(jumptag) click to toggle source
     # File lib/nokogiri/html/document.rb, line 160
160:           def initialize(jumptag)
161:             @jumptag = jumptag
162:             super()
163:           end

Public Instance Methods

start_element(name, attrs = []) click to toggle source
     # File lib/nokogiri/html/document.rb, line 165
165:           def start_element(name, attrs = [])
166:             super
167:             throw @jumptag, @encoding if @encoding
168:             throw @jumptag, nil if name =~ /\A(?:div|h1|img|p|br)\z/
169:           end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.