com.jxml.quick.model.qjml
Class QMTargetClass
java.lang.Object
|
+--com.jxml.quick.model.qjml.QMCloneable
|
+--com.jxml.quick.model.qjml.QMTargetClass
- All Implemented Interfaces:
- Cloneable, QBiModal, QMTarget
- public class QMTargetClass
- extends QMCloneable
- implements QMTarget, QBiModal
Models the targetClass element in QJML.
The targetClass element simply gives the fully qualified name of a Java class.
DTD:
<!ELEMENT targetClass (#PCDATA)>
<!ATTLIST targetClass
ID id #IMPLIED
>
Field Summary |
String |
text
The text content of the element. |
Method Summary |
String |
getClassName()
Returns the fully qualified name of the class being described by the coin
holding this target element. |
String |
getQText()
Returns the text content of the element. |
void |
setQText(String text)
Sets the text content of the element. |
text
public String text
- The text content of the element.
QMTargetClass
public QMTargetClass()
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
getClassName
public String getClassName()
throws SAXException
- Description copied from interface:
QMTarget
- Returns the fully qualified name of the class being described by the coin
holding this target element.
- Specified by:
getClassName
in interface QMTarget