Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > rexmlライブラリ > REXML::Attributesクラス
クラスの継承リスト: REXML::Attributes < Hash < Enumerable < Object < Kernel < BasicObject
new(element)[TODO]
add(attribute)self << attribute[TODO]
self[name][TODO]
self[name] = value[TODO]
delete(attribute)[TODO]
delete_all(name)[TODO]
each {|name, value| ... }[TODO]
each_attribute {|attribute| ... }[TODO]
get_attribute(name)[TODO]
get_attribute_ns(namespace, name)[TODO]
lengthsize[TODO]
namespaces[TODO]
prefixes[TODO]
to_a[TODO]