org.apache.xerces.impl.xs.models

Class 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, 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

calcFirstPos, calcLastPos, firstPos, isCompactedForUPA, isNullable, lastPos, setIsCompactUPAModel, setMaxStates, type

Constructor Details

XSCMRepeatingLeaf

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

Copyright B) 1999-2007 The Apache Software Foundation. All Rights Reserved.