FileDocCategorySizeDatePackage
XSParticle.javaAPI DocJava SE 5 API3491Fri Aug 26 14:55:52 BST 2005com.sun.org.apache.xerces.internal.impl.xs.psvi

XSParticle

public interface XSParticle implements XSObject
This interface represents the Particle schema component. The interface may be updated or replaced.

Fields Summary
Constructors Summary
Methods Summary
public intgetMaxOccurs()
[max occurs] determines the maximum number of terms that can occur. To query for value of unbounded use maxOccursUnbounded.

public booleangetMaxOccursUnbounded()
[max occurs] whether the maxOccurs value is unbounded.

public intgetMinOccurs()
[min occurs]: determines the minimum number of terms that can occur.

public XSTermgetTerm()
[term]: one of a model group, a wildcard, or an element declaration.