org.apache.xerces.impl.dtd.models
Class CMAny
java.lang.Object
org.apache.xerces.impl.dtd.models.CMNode
org.apache.xerces.impl.dtd.models.CMAny
public class CMAny
- extends CMNode
Content model any node.
- Version:
- $Id: CMAny.java 446752 2006-09-15 21:55:19Z mrglavas $
Constructor Summary |
CMAny(int type,
java.lang.String uri,
int position)
Constructs a content model any. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CMAny
public CMAny(int type,
java.lang.String uri,
int position)
- Constructs a content model any.
isNullable
public boolean isNullable()
- Specified by:
isNullable
in class CMNode
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
calcFirstPos
protected void calcFirstPos(CMStateSet toSet)
- Specified by:
calcFirstPos
in class CMNode
calcLastPos
protected void calcLastPos(CMStateSet toSet)
- Specified by:
calcLastPos
in class CMNode
Copyright ? 1999-2006 The Apache Software Foundation. All Rights Reserved.