class Gumbo::Document

Attributes

children[R]
name[R]
public_identifier[R]
quirks_mode[R]
system_identifier[R]

Public Instance Methods

has_doctype? → boolean click to toggle source

Return true if the document has a doctype or false else.

VALUE
r_document_has_doctype(VALUE self) {
    return rb_iv_get(self, "@has_doctype");
}