class LibXML::XML::AttrDecl

def prev?

Determine whether there is a previous attribute declaration.

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