Class: Attributes (REXML)

Overview
Module Structure
Class Hierarchy
Instance Aliases
Attributes#size
Attributes#<<
Instance Methods
Attributes#initialize
Attributes#[] / 1
Attributes#to_a
Attributes#length
Attributes#each_attribute
Attributes#each
Attributes#get_attribute / 1
Attributes#[]= / 2
Attributes#prefixes
Attributes#namespaces
Attributes#delete / 1
Attributes#add / 1
Attributes#delete_all / 1
Attributes#get_attribute_ns / 2
is a submodule of
module: REXML   
inherits from
  Hash ( Builtin-Module )
has properties
method: initialize   
method: [] / 1   
method: to_a   
method: length   
alias: size length   
method: each_attribute   
method: each   
method: get_attribute / 1   
method: []= / 2   
method: prefixes   
method: namespaces   
method: delete / 1   
method: add / 1   
alias: << add   
method: delete_all / 1   
method: get_attribute_ns / 2   
is defined at
#954 in rexml/element.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
class: Hash     
  module: REXML
class: Attributes     

Class Hierarchy

Object ( Builtin-Module )
has properties
method: dclone   
Hash ( Builtin-Module )
Attributes ( REXML )
has properties
method: initialize   
method: [] / 1   
method: to_a   
method: length   
alias: size length   
method: each_attribute   
method: each   
method: get_attribute / 1   
method: []= / 2   
method: prefixes   
method: namespaces   
method: delete / 1   
method: add / 1   
alias: << add   
method: delete_all / 1   
method: get_attribute_ns / 2   

Instance Aliases

Attributes#size

#990 in rexml/element.rb

size length   

Attributes#<<

#1197 in rexml/element.rb

<< add   

Instance Methods

Attributes#initialize

#957 in rexml/element.rb

initialize

Attributes#[] / 1

#972 in rexml/element.rb

[] ( name )

Attributes#to_a

#978 in rexml/element.rb

to_a

Attributes#length

#985 in rexml/element.rb

length

Attributes#each_attribute

#999 in rexml/element.rb

each_attribute

Attributes#each

#1014 in rexml/element.rb

each

Attributes#get_attribute / 1

#1029 in rexml/element.rb

get_attribute ( name )

Attributes#[]= / 2

#1074 in rexml/element.rb

[]= ( name ,
  value )

Attributes#prefixes

#1119 in rexml/element.rb

prefixes

Attributes#namespaces

#1135 in rexml/element.rb

namespaces

Attributes#delete / 1

#1161 in rexml/element.rb

delete ( attribute )

Attributes#add / 1

#1193 in rexml/element.rb

add ( attribute )

Attributes#delete_all / 1

#1203 in rexml/element.rb

delete_all ( name )

Attributes#get_attribute_ns / 2

#1217 in rexml/element.rb

get_attribute_ns ( namespace ,
  name )