gnu.caf.util
Class XMLUtils.Record

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by gnu.caf.db.Attribute
              extended by gnu.caf.util.XMLUtils.Record
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map
Enclosing class:
XMLUtils

public class XMLUtils.Record
extends Attribute

See Also:
Serialized Form

Constructor Summary
XMLUtils.Record()
           
XMLUtils.Record(java.util.Hashtable ds)
           
 
Method Summary
 XMLUtils.Record[] getChildRecords()
           
 int getCount()
           
 int getLevel()
           
 java.lang.String getLevelStr()
           
 void setChildRecords(java.util.Hashtable childHs)
           
 void setLevel(int level)
           
 void test()
           
 
Methods inherited from class gnu.caf.db.Attribute
cloneSetAll, get, getBoolean, getByteArray, getClassName, getDouble, getFloat, getFormFile, getInt, getPaddedString, getString, getStringArray, isEmpty, isNull, put, set, set, set, set, setAll, setAll, setAll, toString
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLUtils.Record

public XMLUtils.Record()

XMLUtils.Record

public XMLUtils.Record(java.util.Hashtable ds)
Method Detail

setLevel

public void setLevel(int level)

getLevelStr

public java.lang.String getLevelStr()

getCount

public int getCount()

getLevel

public int getLevel()

getChildRecords

public XMLUtils.Record[] getChildRecords()

setChildRecords

public void setChildRecords(java.util.Hashtable childHs)

test

public void test()


Copyright © 2003 All Rights Reserved.