class LibXML::XML::AttrDecl

def doc?

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

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