| org.apache.xerces.impl.xs.models.XSCMLeaf org.apache.xerces.impl.xs.models.XSCMRepeatingLeaf
XSCMRepeatingLeaf | final public class XSCMRepeatingLeaf extends XSCMLeaf (Code) | | A compound content model leaf node which carries occurence information.
author: Michael Glavassevich, IBM version: $Id: $ |
Constructor Summary | |
public | XSCMRepeatingLeaf(int type, Object leaf, int minOccurs, int maxOccurs, int id, int position) |
XSCMRepeatingLeaf | public XSCMRepeatingLeaf(int type, Object leaf, int minOccurs, int maxOccurs, int id, int position)(Code) | | |
getMaxOccurs | final int getMaxOccurs()(Code) | | |
getMinOccurs | final int getMinOccurs()(Code) | | |
|
|