class 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]
class REXML::Attributes