public class CMAny extends CMNode
Constructor and Description |
---|
CMAny(int type,
java.lang.String uri,
int position)
Constructs a content model any.
|
Modifier and Type | Method and Description |
---|---|
protected void |
calcFirstPos(CMStateSet toSet) |
protected void |
calcLastPos(CMStateSet toSet) |
boolean |
isNullable() |
java.lang.String |
toString() |
firstPos, isCompactedForUPA, lastPos, setIsCompactUPAModel, setMaxStates, type
public CMAny(int type, java.lang.String uri, int position)
public boolean isNullable()
isNullable
in class CMNode
public java.lang.String toString()
toString
in class java.lang.Object
protected void calcFirstPos(CMStateSet toSet)
calcFirstPos
in class CMNode
protected void calcLastPos(CMStateSet toSet)
calcLastPos
in class CMNode
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.