Class: Hpricot::XHTMLTransitional

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

Overview

Additional tags found in XHTML 1.0 Transitional

Class Attribute Summary collapse

Class Attribute Details

.doctypeObject

Returns the value of attribute doctype.



110
111
112
# File 'lib/hpricot/tags.rb', line 110

def doctype
  @doctype
end

.formsObject

Returns the value of attribute forms.



110
111
112
# File 'lib/hpricot/tags.rb', line 110

def forms
  @forms
end

.self_closingObject

Returns the value of attribute self_closing.



110
111
112
# File 'lib/hpricot/tags.rb', line 110

def self_closing
  @self_closing
end

.tagsObject

Returns the value of attribute tags.



110
111
112
# File 'lib/hpricot/tags.rb', line 110

def tags
  @tags
end

.tagsetObject

Returns the value of attribute tagset.



110
111
112
# File 'lib/hpricot/tags.rb', line 110

def tagset
  @tagset
end