예제 #1
0
  public boolean hasAttributes() {

    Enumeration e = _attrTbl.getNames();

    if (e.hasMoreElements()) return (true);

    return (false);
  }
예제 #2
0
 public Enumeration getAttributeNames() {
   return (_attrTbl.getNames());
 }