Class CMAny
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd.models.CMNode
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd.models.CMAny
-
public class CMAny extends CMNode
Content model any node.- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcalcFirstPos(CMStateSet toSet)protected voidcalcLastPos(CMStateSet toSet)booleanisNullable()StringtoString()-
Methods inherited from class org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd.models.CMNode
firstPos, isCompactedForUPA, lastPos, setIsCompactUPAModel, setMaxStates, type
-
-
-
-
Constructor Detail
-
CMAny
public CMAny(int type, String uri, int position)Constructs a content model any.
-
-
Method Detail
-
isNullable
public boolean isNullable()
- Specified by:
isNullablein classCMNode
-
calcFirstPos
protected void calcFirstPos(CMStateSet toSet)
- Specified by:
calcFirstPosin classCMNode
-
calcLastPos
protected void calcLastPos(CMStateSet toSet)
- Specified by:
calcLastPosin classCMNode
-
-