Package org.apache.xerces.impl.xs.models
Class XSCMRepeatingLeaf
- java.lang.Object
-
- org.apache.xerces.impl.dtd.models.CMNode
-
- org.apache.xerces.impl.xs.models.XSCMLeaf
-
- org.apache.xerces.impl.xs.models.XSCMRepeatingLeaf
-
public final class XSCMRepeatingLeaf extends XSCMLeaf
A compound content model leaf node which carries occurence information.INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: XSCMRepeatingLeaf.java 575864 2007-09-15 03:12:34Z mrglavas $
- Author:
- Michael Glavassevich, IBM
-
-
Constructor Summary
Constructors Constructor Description XSCMRepeatingLeaf(int type, java.lang.Object leaf, int minOccurs, int maxOccurs, int id, int position)
-
Method Summary
-
Methods inherited from class org.apache.xerces.impl.xs.models.XSCMLeaf
calcFirstPos, calcLastPos, isNullable, toString
-
Methods inherited from class org.apache.xerces.impl.dtd.models.CMNode
firstPos, isCompactedForUPA, lastPos, setIsCompactUPAModel, setMaxStates, type
-
-