Class: Gumbo::Document

Inherits:
Node
  • Object
show all
Defined in:
ext/gumbo.c

Instance Attribute Summary collapse

Attributes inherited from Node

#parent, #parse_flags, #type

Instance Method Summary collapse

Methods inherited from Node

#dump_tree

Instance Attribute Details

#childrenObject (readonly)

#nameObject (readonly)

#public_identifierObject (readonly)

#quirks_modeObject (readonly)

#system_identifierObject (readonly)

Instance Method Details

#has_doctype?Boolean

Returns:

  • (Boolean)


25
# File 'ext/gumbo.c', line 25

VALUE r_document_has_doctype(VALUE self);