class LibXML::XML::AttrDecl

def parent?

Determine whether this attribute declaration has a parent .

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