123456789_123456789_123456789_123456789_123456789_

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

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • ::Object
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

  • #attrs_depr rw

    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.

  • #attrs_opt rw

    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.

  • #attrs_req rw

    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.

  • #defaultsubelt rw

    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.

  • #depr rw

    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.

  • #desc rw

    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.

  • #dtd rw

    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.

  • #empty rw

    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.

  • #endTag rw

    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.

  • #isinline rw

    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.

  • #name rw

    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.

  • #saveEndTag rw

    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.

  • #startTag rw

    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.

  • #subelts rw

    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 Details

#attrs_depr (rw)

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.

[ GitHub ]

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

Desc = Struct.new(
  "HTMLElementDescription",
  :name,
  :startTag,
  :endTag,
  :saveEndTag,
  :empty,
  :depr,
  :dtd,
  :isinline,
  :desc,
  :subelts,
  :defaultsubelt,
  :attrs_opt,
  :attrs_depr,
  :attrs_req,
)

#attrs_opt (rw)

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.

[ GitHub ]

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

Desc = Struct.new(
  "HTMLElementDescription",
  :name,
  :startTag,
  :endTag,
  :saveEndTag,
  :empty,
  :depr,
  :dtd,
  :isinline,
  :desc,
  :subelts,
  :defaultsubelt,
  :attrs_opt,
  :attrs_depr,
  :attrs_req,
)

#attrs_req (rw)

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.

[ GitHub ]

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

Desc = Struct.new(
  "HTMLElementDescription",
  :name,
  :startTag,
  :endTag,
  :saveEndTag,
  :empty,
  :depr,
  :dtd,
  :isinline,
  :desc,
  :subelts,
  :defaultsubelt,
  :attrs_opt,
  :attrs_depr,
  :attrs_req,
)

#defaultsubelt (rw)

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.

[ GitHub ]

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

Desc = Struct.new(
  "HTMLElementDescription",
  :name,
  :startTag,
  :endTag,
  :saveEndTag,
  :empty,
  :depr,
  :dtd,
  :isinline,
  :desc,
  :subelts,
  :defaultsubelt,
  :attrs_opt,
  :attrs_depr,
  :attrs_req,
)

#depr (rw)

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.

[ GitHub ]

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

Desc = Struct.new(
  "HTMLElementDescription",
  :name,
  :startTag,
  :endTag,
  :saveEndTag,
  :empty,
  :depr,
  :dtd,
  :isinline,
  :desc,
  :subelts,
  :defaultsubelt,
  :attrs_opt,
  :attrs_depr,
  :attrs_req,
)

#desc (rw)

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.

[ GitHub ]

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

Desc = Struct.new(
  "HTMLElementDescription",
  :name,
  :startTag,
  :endTag,
  :saveEndTag,
  :empty,
  :depr,
  :dtd,
  :isinline,
  :desc,
  :subelts,
  :defaultsubelt,
  :attrs_opt,
  :attrs_depr,
  :attrs_req,
)

#dtd (rw)

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.

[ GitHub ]

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

Desc = Struct.new(
  "HTMLElementDescription",
  :name,
  :startTag,
  :endTag,
  :saveEndTag,
  :empty,
  :depr,
  :dtd,
  :isinline,
  :desc,
  :subelts,
  :defaultsubelt,
  :attrs_opt,
  :attrs_depr,
  :attrs_req,
)

#empty (rw)

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.

[ GitHub ]

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

Desc = Struct.new(
  "HTMLElementDescription",
  :name,
  :startTag,
  :endTag,
  :saveEndTag,
  :empty,
  :depr,
  :dtd,
  :isinline,
  :desc,
  :subelts,
  :defaultsubelt,
  :attrs_opt,
  :attrs_depr,
  :attrs_req,
)

#endTag (rw)

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.

[ GitHub ]

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

Desc = Struct.new(
  "HTMLElementDescription",
  :name,
  :startTag,
  :endTag,
  :saveEndTag,
  :empty,
  :depr,
  :dtd,
  :isinline,
  :desc,
  :subelts,
  :defaultsubelt,
  :attrs_opt,
  :attrs_depr,
  :attrs_req,
)

#isinline (rw)

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.

[ GitHub ]

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

Desc = Struct.new(
  "HTMLElementDescription",
  :name,
  :startTag,
  :endTag,
  :saveEndTag,
  :empty,
  :depr,
  :dtd,
  :isinline,
  :desc,
  :subelts,
  :defaultsubelt,
  :attrs_opt,
  :attrs_depr,
  :attrs_req,
)

#name (rw)

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.

[ GitHub ]

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

Desc = Struct.new(
  "HTMLElementDescription",
  :name,
  :startTag,
  :endTag,
  :saveEndTag,
  :empty,
  :depr,
  :dtd,
  :isinline,
  :desc,
  :subelts,
  :defaultsubelt,
  :attrs_opt,
  :attrs_depr,
  :attrs_req,
)

#saveEndTag (rw)

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.

[ GitHub ]

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

Desc = Struct.new(
  "HTMLElementDescription",
  :name,
  :startTag,
  :endTag,
  :saveEndTag,
  :empty,
  :depr,
  :dtd,
  :isinline,
  :desc,
  :subelts,
  :defaultsubelt,
  :attrs_opt,
  :attrs_depr,
  :attrs_req,
)

#startTag (rw)

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.

[ GitHub ]

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

Desc = Struct.new(
  "HTMLElementDescription",
  :name,
  :startTag,
  :endTag,
  :saveEndTag,
  :empty,
  :depr,
  :dtd,
  :isinline,
  :desc,
  :subelts,
  :defaultsubelt,
  :attrs_opt,
  :attrs_depr,
  :attrs_req,
)

#subelts (rw)

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.

[ GitHub ]

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

Desc = Struct.new(
  "HTMLElementDescription",
  :name,
  :startTag,
  :endTag,
  :saveEndTag,
  :empty,
  :depr,
  :dtd,
  :isinline,
  :desc,
  :subelts,
  :defaultsubelt,
  :attrs_opt,
  :attrs_depr,
  :attrs_req,
)