com.jxml.quick.model.qdml
Class QDMRem

java.lang.Object
  |
  +--com.jxml.quick.model.qdml.QDMCloneable
        |
        +--com.jxml.quick.model.qdml.QDMRem
All Implemented Interfaces:
Cloneable, QBiModal

public class QDMRem
extends QDMCloneable
implements QBiModal

Models an rem element in QDML. This element is used to add comments to the QDML document. Unlike normal XML comments, the rem elements can be processed by a SAX parser and are treated the same as other elements.

DTD:

<!ELEMENT rem (#PCDATA)>

<!ATTLIST rem
    ID id #IMPLIED
>


Field Summary
 String text
          Represents the text content of the element.
 
Constructor Summary
QDMRem()
           
 
Method Summary
 String getQText()
          Returns the text content of the element.
 void setQText(String text)
          Sets the text content of the element.
 
Methods inherited from class com.jxml.quick.model.qdml.QDMCloneable
clone, clone, clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

public String text
Represents the text content of the element.
Constructor Detail

QDMRem

public QDMRem()
Method Detail

getQText

public String getQText()
Returns the text content of the element.
Specified by:
getQText in interface QBiModal

setQText

public void setQText(String text)
Sets the text content of the element.
Specified by:
setQText in interface QBiModal