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