Package org.apache.xerces.impl.xs.models
Class XSCMLeaf
- java.lang.Object
-
- org.apache.xerces.impl.dtd.models.CMNode
-
- org.apache.xerces.impl.xs.models.XSCMLeaf
-
- Direct Known Subclasses:
XSCMRepeatingLeaf
public class XSCMLeaf 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: XSCMLeaf.java 572112 2007-09-02 19:11:51Z mrglavas $
- Author:
- Neil Graham, IBM
-
-
Constructor Summary
Constructors Constructor Description XSCMLeaf(int type, java.lang.Object leaf, int id, int position)
Constructs a content model leaf.
-
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
-
-