Class: XhtmlElement

Inherits:
HtmlElement show all
Defined in:
lib/htmlelement.rb

Direct Known Subclasses

Xhtml5Element

Constant Summary collapse

ELEMENTS_FORMAT =
superclass::ELEMENTS_FORMAT.dup
TagFormats =
assign_tagformats

Constants inherited from HtmlElement

HtmlElement::DECODE, HtmlElement::ELEMENT_TYPES, HtmlElement::ESC, HtmlElement::HTML5_TAGS

Instance Attribute Summary

Attributes inherited from HtmlElement

#children, #parent, #tagname

Method Summary

Methods inherited from HtmlElement

#[], #[]=, #add_end_comment_for_div_or_section, assign_tagformats, comment, create, decode, doctype, #empty?, escape, #initialize, #pop, #push, #shift, #to_s, #traverse, #unshift, urldecode, urlencode

Constructor Details

This class inherits a constructor from HtmlElement