class XML::DOM::Element::Attributes

Defined in:

dom/element/attributes.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(owner_element : Element) #

[View source]

Instance Method Detail

def [](index : Int32) : Attribute #

[View source]
def [](name : String) : Attribute #

[View source]
def []=(name : String, value : V) : V forall V #

[View source]
def []?(name : String) : Attribute | Nil #

[View source]
def clear : Nil #

[View source]
def delete(name : String) : String | Nil #

[View source]
def each(& : Attribute -> ) : Nil #

[View source]
def each_with_index(& : Attribute, Int32 -> ) : Nil #

[View source]
def empty? : Bool #

[View source]
def size : Int32 #

[View source]