class LibXML::XML::Attr

def child?


Returns whether this attribute has child attributes.

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