com.jxml.quick.model.qdml
Class QDMExtends

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

public class QDMExtends
extends QDMCloneable
implements QBiModal

Models the extends element in QDML. 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.
 
Constructor Summary
QDMExtends()
           
 
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
The text content of the element.
Constructor Detail

QDMExtends

public QDMExtends()
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