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. |
text
public String text
- Represents the text content of the element.
QDMRem
public QDMRem()
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