Class LibXML::XML::Attr
In: lib/libxml/attr.rb
Parent: Object

Methods

child?   doc?   each   each_attr   each_sibling   last?   next?   node_type_name   ns?   parent?   prev?   siblings   to_a   to_h   to_s  

Included Modules

Enumerable

Public Instance methods

Returns whether this attribute has child attributes.

Determine whether this attribute is associated with an XML::Document.

each(&blk)

Alias for each_sibling

each_attr(&blk)

Alias for each_sibling

Determine whether this is the last attribute.

Determine whether there is a next attribute.

Returns this node‘s type name

Determine whether this attribute has an associated namespace.

Determine whether this attribute has a parent.

Determine whether there is a previous attribute.

Iterates nodes and attributes

[Validate]