Class CMLeaf
- 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.CMLeaf
-
public class CMLeaf extends CMNode
Content model leaf 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
-
-
-
-
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
-
-