org.apache.xerces.impl.xs.models
Class XSCMRepeatingLeaf

java.lang.Object
  extended by org.apache.xerces.impl.dtd.models.CMNode
      extended by org.apache.xerces.impl.xs.models.XSCMLeaf
          extended by 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)
           
 
Method Summary
 
Methods inherited from class org.apache.xerces.impl.xs.models.XSCMLeaf
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XSCMRepeatingLeaf

public XSCMRepeatingLeaf(int type,
                         java.lang.Object leaf,
                         int minOccurs,
                         int maxOccurs,
                         int id,
                         int position)