Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > rexmlライブラリ > REXML::Attributesクラス
class REXML::Attributes
クラスの継承リスト: REXML::Attributes < Hash < Enumerable < Object < Kernel < BasicObject
Abstract
特異メソッド
new(element)
インスタンスメソッド
add(attribute)self << attributeself[name]self[name] = valuedelete(attribute)delete_all(name)each {|name, value| ... }each_attribute {|attribute| ... }get_attribute(name)get_attribute_ns(namespace, name)lengthsizenamespacesprefixesto_a