|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xerces.impl.dtd.models.CMNode
org.apache.xerces.impl.xs.models.XSCMLeaf
org.apache.xerces.impl.xs.models.XSCMRepeatingLeaf
public final class XSCMRepeatingLeaf
A compound content model leaf node which carries occurence information.
Constructor Summary | |
---|---|
XSCMRepeatingLeaf(int type,
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XSCMRepeatingLeaf(int type, Object leaf, int minOccurs, int maxOccurs, int id, int position)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |