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
>


Fields inherited from class com.jxml.quick.model.qjml.QMAccess
coin, ia, key, keyAccess, kind, mCoin, name, size
 
Constructor Summary
QMIdentity()
           
 
Methods inherited from class com.jxml.quick.model.qjml.QMAccess
addAccessor, buildMaps, clone, getClassName, init, munge
 
Methods inherited from class com.jxml.quick.model.qjml.QMCloneable
clone, clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QMIdentity

public QMIdentity()