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

All Superinterfaces:
XSObject
All Known Implementing Classes:
XSParticleDecl

Deprecated. The interface may be updated or replaced.

public interface XSParticle
extends XSObject

This interface represents the Particle schema component.


Method Summary
 int getMaxOccurs()
          Deprecated. [max occurs] determines the maximum number of terms that can occur.
 boolean getMaxOccursUnbounded()
          Deprecated. [max occurs] whether the maxOccurs value is unbounded.
 int getMinOccurs()
          Deprecated. [min occurs]: determines the minimum number of terms that can occur.
 XSTerm getTerm()
          Deprecated. [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, getNamespaceItem, getType
 

Method Detail

getMinOccurs

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

getMaxOccurs

public int getMaxOccurs()
Deprecated. 
[max occurs] determines the maximum number of terms that can occur. To query for value of unbounded use maxOccursUnbounded.

getMaxOccursUnbounded

public boolean getMaxOccursUnbounded()
Deprecated. 
[max occurs] whether the maxOccurs value is unbounded.

getTerm

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


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