class
XML::DOM::Element::Attributes
- XML::DOM::Element::Attributes
- Reference
- Object
Defined in:
dom/element/attributes.crConstructors
Instance Method Summary
- #[](index : Int32) : Attribute
- #[](name : String) : Attribute
- #[]=(name : String, value : V) : V forall V
- #[]?(name : String) : Attribute | Nil
- #clear : Nil
- #delete(name : String) : String | Nil
- #each(& : Attribute -> ) : Nil
- #each_with_index(& : Attribute, Int32 -> ) : Nil
- #empty? : Bool
- #size : Int32