com.jxml.quick.model.qdml
Class QDMExcludes
java.lang.Object
|
+--com.jxml.quick.model.qdml.QDMCloneable
|
+--com.jxml.quick.model.qdml.QDMExcludes
- All Implemented Interfaces:
- Cloneable, QBiModal
- public class QDMExcludes
- extends QDMCloneable
- implements QBiModal
Models an excludes element in QDML.
This element names a coin which is not to be included in the document.
There is no effect on coins that are part of the same QDML document as the excludes element.
DTD:
<!ELEMENT excludes (#PCDATA)>
<!ATTLIST excludes
ID id #IMPLIED
>
Field Summary |
String |
text
Represents the text content of the excludes element. |
text
public String text
- Represents the text content of the excludes element.
This text content must be the unique (within any given document) label or tag
assigned to a coin.
(There are five kinds of coin elements: interface, abstract, text, bean, and link.)
QDMExcludes
public QDMExcludes()
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
buildMaps
public void buildMaps(Map coinMap,
Map contentMap)
throws SAXException
- Builds the maps.
This method is called durring initialization of the data model.