Class: Hpricot::XHTMLStrict

Inherits:
Object show all
Defined in:
lib/hpricot/tags.rb

Overview

All the tags and attributes from XHTML 1.0 Strict

Class Attribute Summary collapse

Class Attribute Details

.doctypeObject

Returns the value of attribute doctype.



19
20
21
# File 'lib/hpricot/tags.rb', line 19

def doctype
  @doctype
end

.formsObject

Returns the value of attribute forms.



19
20
21
# File 'lib/hpricot/tags.rb', line 19

def forms
  @forms
end

.self_closingObject

Returns the value of attribute self_closing.



19
20
21
# File 'lib/hpricot/tags.rb', line 19

def self_closing
  @self_closing
end

.tagsObject

Returns the value of attribute tags.



19
20
21
# File 'lib/hpricot/tags.rb', line 19

def tags
  @tags
end

.tagsetObject

Returns the value of attribute tagset.



19
20
21
# File 'lib/hpricot/tags.rb', line 19

def tagset
  @tagset
end