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