Class: Nokogiri::HTML4::ElementDescription::Desc

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attrs_deprObject

Returns the value of attribute attrs_depr

Returns:

  • (Object)

    the current value of attrs_depr



11
12
13
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11

def attrs_depr
  @attrs_depr
end

#attrs_optObject

Returns the value of attribute attrs_opt

Returns:

  • (Object)

    the current value of attrs_opt



11
12
13
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11

def attrs_opt
  @attrs_opt
end

#attrs_reqObject

Returns the value of attribute attrs_req

Returns:

  • (Object)

    the current value of attrs_req



11
12
13
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11

def attrs_req
  @attrs_req
end

#defaultsubeltObject

Returns the value of attribute defaultsubelt

Returns:

  • (Object)

    the current value of defaultsubelt



11
12
13
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11

def defaultsubelt
  @defaultsubelt
end

#deprObject

Returns the value of attribute depr

Returns:

  • (Object)

    the current value of depr



11
12
13
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11

def depr
  @depr
end

#descObject

Returns the value of attribute desc

Returns:

  • (Object)

    the current value of desc



11
12
13
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11

def desc
  @desc
end

#dtdObject

Returns the value of attribute dtd

Returns:

  • (Object)

    the current value of dtd



11
12
13
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11

def dtd
  @dtd
end

#emptyObject

Returns the value of attribute empty

Returns:

  • (Object)

    the current value of empty



11
12
13
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11

def empty
  @empty
end

#endTagObject

Returns the value of attribute endTag

Returns:

  • (Object)

    the current value of endTag



11
12
13
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11

def endTag
  @endTag
end

#isinlineObject

Returns the value of attribute isinline

Returns:

  • (Object)

    the current value of isinline



11
12
13
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11

def isinline
  @isinline
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11

def name
  @name
end

#saveEndTagObject

Returns the value of attribute saveEndTag

Returns:

  • (Object)

    the current value of saveEndTag



11
12
13
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11

def saveEndTag
  @saveEndTag
end

#startTagObject

Returns the value of attribute startTag

Returns:

  • (Object)

    the current value of startTag



11
12
13
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11

def startTag
  @startTag
end

#subeltsObject

Returns the value of attribute subelts

Returns:

  • (Object)

    the current value of subelts



11
12
13
# File 'lib/nokogiri/html4/element_description_defaults.rb', line 11

def subelts
  @subelts
end