org.apache.xerces.impl.xs.psvi
Interface XSParticle

All Superinterfaces:
XSObject
All Known Implementing Classes:
XSParticleDecl

public interface XSParticle
extends XSObject

3.9.1 The Particle Schema Component

Version:
$Id: XSParticle.java,v 1.1 2002/05/13 21:31:34 sandygao Exp $
Author:
Elena Litani, IBM

Method Summary
 boolean getIsMaxOccursUnbounded()
          {max occurs} whether the maxOccurs value is unbounded.
 int getMaxOccurs()
          {max occurs} determines the maximum number of terms that can occur.
 int getMinOccurs()
          {min occurs} determines the minimum number of terms that can occur.
 XSTerm getTerm()
          {term} One of a model group, a wildcard, or an element declaration.
 
Methods inherited from interface org.apache.xerces.impl.xs.psvi.XSObject
getName, getNamespace, getType
 

Method Detail

getMinOccurs

public int getMinOccurs()
{min occurs} determines the minimum number of terms that can occur.


getIsMaxOccursUnbounded

public boolean getIsMaxOccursUnbounded()
{max occurs} whether the maxOccurs value is unbounded.


getMaxOccurs

public int getMaxOccurs()
{max occurs} determines the maximum number of terms that can occur.


getTerm

public XSTerm getTerm()
{term} One of a model group, a wildcard, or an element declaration.



Copyright © 1999-2002 Apache XML Project. All Rights Reserved.