Class Nokogiri::HTML::Document
In: lib/nokogiri/html/document.rb
ext/nokogiri/html_sax_parser.c
Parent: XML::Document

call-seq:

 type

The type for this document

Methods

new   read_io   read_memory   serialize   type  

Public Class methods

Create a new document

Read the HTML document from io with given url, encoding, and options. See Nokogiri::HTML.parse

Read the HTML document contained in string with given url, encoding, and options. See Nokogiri::HTML.parse

Public Instance methods

The type for this document

[Validate]