Save This Page
Home » commons-digester-1.8-src » org.apache.commons » digester » xmlrules » [javadoc | source]
org.apache.commons.digester.xmlrules
public class: TestObject [javadoc | source]
java.lang.Object
   org.apache.commons.digester.xmlrules.TestObject
Test harness object for holding results of digestion.
Constructor:
 public TestObject() 
Method from org.apache.commons.digester.xmlrules.TestObject Summary:
add,   getLongValue,   getMapValue,   getProperty,   isPushed,   push,   setLongValue,   setMapValue,   setProperty,   setStringValue,   setValue,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.digester.xmlrules.TestObject Detail:
 public  void add(Object o) 
 public Long getLongValue() 
 public String getMapValue(String name) 
 public String getProperty() 
 public boolean isPushed() 
 public  void push() 
 public  void setLongValue(Long val) 
 public  void setMapValue(String name,
    String value) 
 public  void setProperty(String pProperty) 
 public  void setStringValue(String val) 
 public  void setValue(String val) 
 public String toString()