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 void
calcFirstPos(CMStateSet toSet)
protected void
calcLastPos(CMStateSet toSet)
boolean
isNullable()
String
toString()
-
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:
isNullable
in classCMNode
-
calcFirstPos
protected void calcFirstPos(CMStateSet toSet)
- Specified by:
calcFirstPos
in classCMNode
-
calcLastPos
protected void calcLastPos(CMStateSet toSet)
- Specified by:
calcLastPos
in classCMNode
-
-