Type:
Class

A class that defines the set of Attributes of an Element and provides operations for accessing elements in that set.

[]=
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::Attributes

[]=( name, value ) Instance Public methods Sets an attribute, overwriting any

2025-01-10 15:47:30
delete_all
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::Attributes

delete_all( name ) Instance Public methods Deletes all attributes matching a

2025-01-10 15:47:30
each
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::Attributes

each() Instance Public methods Iterates over each attribute of an

2025-01-10 15:47:30
new
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::Attributes

new(element) Class Public methods Constructor element

2025-01-10 15:47:30
get_attribute_ns
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::Attributes

get_attribute_ns(namespace, name) Instance Public methods The get_attribute_ns

2025-01-10 15:47:30
length
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::Attributes

length() Instance Public methods Returns the number of attributes the owning

2025-01-10 15:47:30
<<
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::Attributes

<<( attribute ) Instance Public methods Alias for:

2025-01-10 15:47:30
[]
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::Attributes

[](name) Instance Public methods Fetches an attribute value. If you want to

2025-01-10 15:47:30
delete
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::Attributes

delete( attribute ) Instance Public methods Removes an attribute

2025-01-10 15:47:30
prefixes
  • References/Ruby on Rails/Ruby/Classes/REXML/REXML::Attributes

prefixes() Instance Public methods Returns an array of Strings containing all

2025-01-10 15:47:30