Class | Nokogiri::HTML::Document |
In: |
lib/nokogiri/ffi/html/document.rb
lib/nokogiri/html/document.rb |
Parent: | XML::Document |
Parse HTML. thing may be a String, or any object that responds to read and close such as an IO, or StringIO. url is resource where this document is located. encoding is the encoding that should be used when processing the document. options is a number that sets options in the parser, such as Nokogiri::XML::ParseOptions::RECOVER. See the constants in Nokogiri::XML::ParseOptions.
Set the meta tag encoding for this document. If there is no meta content tag, nil is returned and the encoding is not set.