com.jxml.quick.model.qiml
Class Rem

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

public class Rem
extends Object

Rem - The rem element is used to comment the element (or attribute) being defined.


Field Summary
 String text
           
 
Constructor Summary
Rem(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

Rem

public Rem(String text)
Method Detail

toString

public String toString()
Overrides:
toString in class Object