Class XSCMRepeatingLeaf
- 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.xs.models.XSCMLeaf
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.models.XSCMRepeatingLeaf
-
public final class XSCMRepeatingLeaf extends XSCMLeaf
A compound content model leaf node which carries occurence information.- Version:
- $Id$
- Author:
- Michael Glavassevich, IBM
-
-
Constructor Summary
Constructors Constructor Description XSCMRepeatingLeaf(int type, Object leaf, int minOccurs, int maxOccurs, int id, int position)
-
Method Summary
-
Methods inherited from class org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.models.XSCMLeaf
calcFirstPos, calcLastPos, isNullable, toString
-
Methods inherited from class org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd.models.CMNode
firstPos, isCompactedForUPA, lastPos, setIsCompactUPAModel, setMaxStates, type
-
-
-
-
Constructor Detail
-
XSCMRepeatingLeaf
public XSCMRepeatingLeaf(int type, Object leaf, int minOccurs, int maxOccurs, int id, int position)
-
-