com.jxml.quick.model.qdml
Class QDMId

java.lang.Object
  |
  +--com.jxml.quick.model.qdml.QDMCloneable
        |
        +--com.jxml.quick.model.qdml.QDMId
All Implemented Interfaces:
Cloneable

public class QDMId
extends QDMCloneable

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
>


Constructor Summary
QDMId()
           
 
Methods inherited from class com.jxml.quick.model.qdml.QDMCloneable
clone, clone, clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QDMId

public QDMId()