Instance of Nokogiri::HTML::EntityLookup
Parse a fragment from string in to a NodeSet.
# File lib/nokogiri/html.rb, line 29 29: def fragment string, encoding = nil 30: HTML::DocumentFragment.parse string, encoding 31: end
Parse HTML. Convenience method for Nokogiri::HTML::Document.parse
# File lib/nokogiri/html.rb, line 23 23: def parse thing, url = nil, encoding = nil, options = XML::ParseOptions::DEFAULT_HTML, &block 24: Document.parse(thing, url, encoding, options, &block) 25: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.