|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.impl.dtd.models.CMNode | +--org.apache.xerces.impl.xs.models.XSCMLeaf | +--org.apache.xerces.impl.xs.models.XSCMRepeatingLeaf
A compound content model leaf node which carries occurence information.
Constructor Summary | |
---|---|
XSCMRepeatingLeaf(int type,
java.lang.Object leaf,
int minOccurs,
int maxOccurs,
int id,
int position)
|
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, java.lang.Object leaf, int minOccurs, int maxOccurs, int id, int position)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |