Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > rexmlライブラリ > REXML::Attributesクラス

class REXML::Attributes

クラスの継承リスト: REXML::Attributes < Hash < Enumerable < Object < Kernel < BasicObject

Abstract

特異メソッド

new(element)

インスタンスメソッド

add(attribute)
self << attribute
self[name]
self[name] = value
delete(attribute)
delete_all(name)
each {|name, value| ... }
each_attribute {|attribute| ... }
get_attribute(name)
get_attribute_ns(namespace, name)
length
size
namespaces
prefixes
to_a

Methods

Classes