org.apache.xerces.impl.dtd.models
Class CMAny

java.lang.Object
  extended by org.apache.xerces.impl.dtd.models.CMNode
      extended by org.apache.xerces.impl.dtd.models.CMAny

public class CMAny
extends CMNode

Content model any node.

Version:
$Id: CMAny.java 572057 2007-09-02 18:03:20Z mrglavas $

Constructor Summary
CMAny(int type, java.lang.String uri, int position)
          Constructs a content model any.
 
Method Summary
 boolean isNullable()
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.xerces.impl.dtd.models.CMNode
firstPos, isCompactedForUPA, lastPos, setIsCompactUPAModel, setMaxStates, type
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CMAny

public CMAny(int type,
             java.lang.String uri,
             int position)
Constructs a content model any.

Method Detail

isNullable

public boolean isNullable()
Specified by:
isNullable in class CMNode

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object