org.enhydra.apache.xerces.validators.common
Class CMAny

java.lang.Object
  |
  +--org.enhydra.apache.xerces.validators.common.CMNode
        |
        +--org.enhydra.apache.xerces.validators.common.CMAny

public class CMAny
extends CMNode

Content model any node.

Version:
$Id: CMAny.java,v 1.2 2005/01/26 08:28:44 jkjome Exp $

Constructor Summary
CMAny(int type, int uri, int position)
          Constructs a content model any.
 
Method Summary
protected  void calcFirstPos(CMStateSet toSet)
           
protected  void calcLastPos(CMStateSet toSet)
           
(package private)  int getPosition()
           
(package private)  int getType()
           
(package private)  int getURI()
           
(package private)  boolean isNullable()
           
(package private)  void setPosition(int newPosition)
           
(package private)  String toString(StringPool stringPool)
           
 
Methods inherited from class org.enhydra.apache.xerces.validators.common.CMNode
firstPos, lastPos, setFollowPos, setMaxStates, type
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMAny

public CMAny(int type,
             int uri,
             int position)
      throws CMException
Constructs a content model any.
Method Detail

getType

final int getType()

getURI

final int getURI()

getPosition

final int getPosition()

setPosition

final void setPosition(int newPosition)

isNullable

boolean isNullable()
             throws CMException
Overrides:
isNullable in class CMNode

toString

String toString(StringPool stringPool)

calcFirstPos

protected void calcFirstPos(CMStateSet toSet)
                     throws CMException
Overrides:
calcFirstPos in class CMNode

calcLastPos

protected void calcLastPos(CMStateSet toSet)
                    throws CMException
Overrides:
calcLastPos in class CMNode


Copyright © 1999 The Apache Software Foundation. All Rights reserved.