class LibXML::XML::AttrDecl

def next?

Determine whether there is a next attribute declaration.

attr_decl.next? -> (true|false)
call-seq:
def next?
  not self.next.nil?
end