com.jxml.quick.model.qjml
Class QMIgnore

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

public class QMIgnore
extends QMAccess

Models the ignore element. This element indicates that the attribute or elements which the containing item element is responsible for are to simply be ignored.

DTD:

<!ELEMENT ignore EMPTY>

<!ATTLIST ignore
    ID id #IMPLIED
>


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

QMIgnore

public QMIgnore()