com.jxml.quick.model.qjml
Class QMExtends
java.lang.Object
|
+--com.jxml.quick.model.qjml.QMCloneable
|
+--com.jxml.quick.model.qjml.QMExtends
- All Implemented Interfaces:
- Cloneable, QBiModal
- public class QMExtends
- extends QMCloneable
- implements QBiModal
Models the extends element in QJML.
The extends element names a coin local to the document or included in that document.
DTD:
<!ELEMENT extends (#PCDATA)>
<!ATTLIST extends
ID id #IMPLIED
>
Field Summary |
String |
text
The text content of the element. |
text
public String text
- The text content of the element.
QMExtends
public QMExtends()
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