com.jxml.quick.model.qdml
Class QDMSelection
java.lang.Object
|
+--com.jxml.quick.model.qdml.QDMCloneable
|
+--com.jxml.quick.model.qdml.QDMContentModel
|
+--com.jxml.quick.model.qdml.QDMSequence
|
+--com.jxml.quick.model.qdml.QDMSelection
- All Implemented Interfaces:
- Cloneable
- public class QDMSelection
- extends QDMSequence
Models a selection element in QDML.
The contentModel elements held by a selection element defines alternative content
sub-models within the element content of another element.
DTD:
<!ELEMENT selection (rem*, (item|selection|sequence)+)>
<!ATTLIST selection
label CDATA #IMPLIED
cref CDATA #IMPLIED
optional CDATA "False"
repeating CDATA "False"
ID id #IMPLIED
>
Method Summary |
void |
init(Map coinMap,
Map contentMap)
Resolve references, inheritance. |
QDMSelection
public QDMSelection()
init
public void init(Map coinMap,
Map contentMap)
throws SAXException
- Description copied from class:
QDMContentModel
- Resolve references, inheritance.
This method is called during initialization of the data model.
- Overrides:
init
in class QDMSequence