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. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMAny
public CMAny(int type,
int uri,
int position)
throws CMException
- Constructs a content model any.
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.