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.
- Version:
- $Id: $
- Author:
- Michael Glavassevich, IBM
Constructor Summary |
XSCMRepeatingLeaf(int type,
java.lang.Object leaf,
int minOccurs,
int maxOccurs,
int id,
int position)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XSCMRepeatingLeaf
public XSCMRepeatingLeaf(int type,
java.lang.Object leaf,
int minOccurs,
int maxOccurs,
int id,
int position)