com.jxml.quick.model.qiml
Class Value

java.lang.Object
  |
  +--com.jxml.quick.model.qiml.Value

public class Value
extends Object

Value - The value element provides a legal value for the text content of the element (or attribute) being defined.


Field Summary
 String text
           
 
Constructor Summary
Value(String text)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

text

public String text
Constructor Detail

Value

public Value(String text)
Method Detail

toString

public String toString()
Overrides:
toString in class Object