Class LibXML::XML::AttrDecl
In: lib/libxml/attr_decl.rb
Parent: Object

Methods

child   child?   doc?   next?   node_type_name   parent?   prev?   to_s  

Included Modules

Enumerable

Public Instance methods

Obtain this attribute declaration‘s child attribute(s). It will always be nil.

Returns whether this attribute declaration has child attributes.

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

Determine whether there is a next attribute declaration.

Returns this attribute declaration‘s node type name.

Determine whether this attribute declaration has a parent .

Determine whether there is a previous attribute declaration.

Returns a string representation of this attribute declaration.

[Validate]