com.jxml.quick.model.qjml
Class QMId

java.lang.Object
  |
  +--com.jxml.quick.model.qjml.QMCloneable
        |
        +--com.jxml.quick.model.qjml.QMAccess
              |
              +--com.jxml.quick.model.qjml.QMId
All Implemented Interfaces:
Cloneable

public class QMId
extends QMAccess

Models the id element. This element indicates that the item which holds it is an XML id and the value is kept in tables maintained by QDoc, and not in the object which models it.

DTD:

<!ELEMENT id EMPTY>

<!ATTLIST id
    ID id #IMPLIED
>


Fields inherited from class com.jxml.quick.model.qjml.QMAccess
coin, ia, key, keyAccess, kind, mCoin, name, size
 
Constructor Summary
QMId()
           
 
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

QMId

public QMId()