Class Nokogiri::HTML::ElementDescription
In: lib/nokogiri/ffi/html/element_description.rb
lib/nokogiri/html/element_description.rb
ext/nokogiri/html_document.c
Parent: Object

Methods

Public Class methods

Get ElemementDescription for tag_name

Public Instance methods

Is this element a block element?

The default sub element for this element

Is this element deprecated?

A list of deprecated attributes for this element

The description for this element

Is this an empty element?

Can the end tag be implied for this tag?

Can the start tag be implied for this tag?

Is this element an inline element?

Inspection information

Get the tag name for this ElemementDescription

A list of optional attributes for this element

A list of required attributes for this element

Should the end tag be saved?

A list of allowed sub elements for this element.

Convert this description to a string

[Validate]