Class CMLeaf
- java.lang.Object
-
- org.apache.xerces.impl.dtd.models.CMNode
-
- org.apache.xerces.impl.dtd.models.CMLeaf
-
public class CMLeaf extends CMNode
Content model leaf node.INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: CMLeaf.java 572057 2007-09-02 18:03:20Z mrglavas $
-
-
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()
java.lang.String
toString()
-
Methods inherited from class org.apache.xerces.impl.dtd.models.CMNode
firstPos, isCompactedForUPA, lastPos, setIsCompactUPAModel, setMaxStates, type
-
-
-
-
Method Detail
-
isNullable
public boolean isNullable()
- Specified by:
isNullable
in classCMNode
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
calcFirstPos
protected void calcFirstPos(CMStateSet toSet)
- Specified by:
calcFirstPos
in classCMNode
-
calcLastPos
protected void calcLastPos(CMStateSet toSet)
- Specified by:
calcLastPos
in classCMNode
-
-