Class: Nokogiri::HTML::ElementDescription::Desc

Inherits:
Struct
  • Object
show all
Defined in:
lib/nokogiri/html/element_description_defaults.rb

Overview

Methods are defined protected by method_defined? because at this point the C-library or Java library is alraedy 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



10
11
12
# File 'lib/nokogiri/html/element_description_defaults.rb', line 10

def attrs_depr
  @attrs_depr
end

#attrs_optObject

Returns the value of attribute attrs_opt

Returns:

  • (Object)

    the current value of attrs_opt



10
11
12
# File 'lib/nokogiri/html/element_description_defaults.rb', line 10

def attrs_opt
  @attrs_opt
end

#attrs_reqObject

Returns the value of attribute attrs_req

Returns:

  • (Object)

    the current value of attrs_req



10
11
12
# File 'lib/nokogiri/html/element_description_defaults.rb', line 10

def attrs_req
  @attrs_req
end

#defaultsubeltObject

Returns the value of attribute defaultsubelt

Returns:

  • (Object)

    the current value of defaultsubelt



10
11
12
# File 'lib/nokogiri/html/element_description_defaults.rb', line 10

def defaultsubelt
  @defaultsubelt
end

#deprObject

Returns the value of attribute depr

Returns:

  • (Object)

    the current value of depr



10
11
12
# File 'lib/nokogiri/html/element_description_defaults.rb', line 10

def depr
  @depr
end

#descObject

Returns the value of attribute desc

Returns:

  • (Object)

    the current value of desc



10
11
12
# File 'lib/nokogiri/html/element_description_defaults.rb', line 10

def desc
  @desc
end

#dtdObject

Returns the value of attribute dtd

Returns:

  • (Object)

    the current value of dtd



10
11
12
# File 'lib/nokogiri/html/element_description_defaults.rb', line 10

def dtd
  @dtd
end

#emptyObject

Returns the value of attribute empty

Returns:

  • (Object)

    the current value of empty



10
11
12
# File 'lib/nokogiri/html/element_description_defaults.rb', line 10

def empty
  @empty
end

#endTagObject

Returns the value of attribute endTag

Returns:

  • (Object)

    the current value of endTag



10
11
12
# File 'lib/nokogiri/html/element_description_defaults.rb', line 10

def endTag
  @endTag
end

#isinlineObject

Returns the value of attribute isinline

Returns:

  • (Object)

    the current value of isinline



10
11
12
# File 'lib/nokogiri/html/element_description_defaults.rb', line 10

def isinline
  @isinline
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/nokogiri/html/element_description_defaults.rb', line 10

def name
  @name
end

#saveEndTagObject

Returns the value of attribute saveEndTag

Returns:

  • (Object)

    the current value of saveEndTag



10
11
12
# File 'lib/nokogiri/html/element_description_defaults.rb', line 10

def saveEndTag
  @saveEndTag
end

#startTagObject

Returns the value of attribute startTag

Returns:

  • (Object)

    the current value of startTag



10
11
12
# File 'lib/nokogiri/html/element_description_defaults.rb', line 10

def startTag
  @startTag
end

#subeltsObject

Returns the value of attribute subelts

Returns:

  • (Object)

    the current value of subelts



10
11
12
# File 'lib/nokogiri/html/element_description_defaults.rb', line 10

def subelts
  @subelts
end