Class HTML5::HTMLSanitizer
In: lib/feed_tools/vendor/html5/lib/html5/sanitizer.rb
Parent: HTMLTokenizer

Methods

each  

Included Modules

HTMLSanitizeModule

Public Instance methods

[Source]

     # File lib/feed_tools/vendor/html5/lib/html5/sanitizer.rb, line 181
181:     def each
182:       super do |token|
183:         yield(sanitize_token(token))
184:       end
185:     end

[Validate]