Class: Nokogiri::HTML4::ElementDescription::Desc
- Inherits:
-
Struct
- Object
- Struct
- Nokogiri::HTML4::ElementDescription::Desc
- Defined in:
- lib/nokogiri/html4/element_description_defaults.rb
Overview
Methods are defined protected by method_defined? because at this point the C-library or Java library is already loaded, and we don’t want to clobber any methods that have been defined there.
Instance Attribute Summary collapse
-
#attrs_depr ⇒ Object
Returns the value of attribute attrs_depr.
-
#attrs_opt ⇒ Object
Returns the value of attribute attrs_opt.
-
#attrs_req ⇒ Object
Returns the value of attribute attrs_req.
-
#defaultsubelt ⇒ Object
Returns the value of attribute defaultsubelt.
-
#depr ⇒ Object
Returns the value of attribute depr.
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#dtd ⇒ Object
Returns the value of attribute dtd.
-
#empty ⇒ Object
Returns the value of attribute empty.
-
#endTag ⇒ Object
Returns the value of attribute endTag.
-
#isinline ⇒ Object
Returns the value of attribute isinline.
-
#name ⇒ Object
Returns the value of attribute name.
-
#saveEndTag ⇒ Object
Returns the value of attribute saveEndTag.
-
#startTag ⇒ Object
Returns the value of attribute startTag.
-
#subelts ⇒ Object
Returns the value of attribute subelts.
Instance Attribute Details
#attrs_depr ⇒ Object
Returns the value of attribute attrs_depr
11 12 13 |
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11 def attrs_depr @attrs_depr end |
#attrs_opt ⇒ Object
Returns the value of attribute attrs_opt
11 12 13 |
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11 def attrs_opt @attrs_opt end |
#attrs_req ⇒ Object
Returns the value of attribute attrs_req
11 12 13 |
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11 def attrs_req @attrs_req end |
#defaultsubelt ⇒ Object
Returns the value of attribute defaultsubelt
11 12 13 |
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11 def defaultsubelt @defaultsubelt end |
#depr ⇒ Object
Returns the value of attribute depr
11 12 13 |
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11 def depr @depr end |
#desc ⇒ Object
Returns the value of attribute desc
11 12 13 |
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11 def desc @desc end |
#dtd ⇒ Object
Returns the value of attribute dtd
11 12 13 |
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11 def dtd @dtd end |
#empty ⇒ Object
Returns the value of attribute empty
11 12 13 |
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11 def empty @empty end |
#endTag ⇒ Object
Returns the value of attribute endTag
11 12 13 |
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11 def endTag @endTag end |
#isinline ⇒ Object
Returns the value of attribute isinline
11 12 13 |
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11 def isinline @isinline end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11 def name @name end |
#saveEndTag ⇒ Object
Returns the value of attribute saveEndTag
11 12 13 |
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11 def saveEndTag @saveEndTag end |
#startTag ⇒ Object
Returns the value of attribute startTag
11 12 13 |
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11 def startTag @startTag end |
#subelts ⇒ Object
Returns the value of attribute subelts
11 12 13 |
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11 def subelts @subelts end |