com.jxml.quick.model.qjml
Class QMIdentity
java.lang.Object
|
+--com.jxml.quick.model.qjml.QMCloneable
|
+--com.jxml.quick.model.qjml.QMAccess
|
+--com.jxml.quick.model.qjml.QMIdentity
- All Implemented Interfaces:
- Cloneable
- public class QMIdentity
- extends QMAccess
Models the identity element.
The identity element signifies that the item element which contains it is
accessing the contents of the element being defined, rather than some part
of that element.
DTD:
<!ELEMENT identity EMPTY>
<!ATTLIST identity
kind (array|list|map) #IMPLIED
size CDATA "-1"
coin CDATA #IMPLIED
key CDATA #IMPLIED
ID id #IMPLIED
>
QMIdentity
public QMIdentity()