class LibXML::XML::AttrDecl

def child?


Returns whether this attribute declaration has child attributes.

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