Uses of Class
org.apache.xerces.impl.xs.XSParticleDecl

Packages that use XSParticleDecl
org.apache.xerces.impl.xs   
 

Uses of XSParticleDecl in org.apache.xerces.impl.xs
 

Fields in org.apache.xerces.impl.xs declared as XSParticleDecl
 XSParticleDecl[] XSModelGroupImpl.fParticles
           
 

Methods in org.apache.xerces.impl.xs that return XSParticleDecl
 XSParticleDecl XSDeclarationPool.getParticleDecl()
           
 XSParticleDecl XSParticleDecl.makeClone()
           
 

Methods in org.apache.xerces.impl.xs with parameters of type XSParticleDecl
static void XSConstraints.checkElementDeclsConsistent(XSComplexTypeDecl type, XSParticleDecl particle, SymbolHash elemDeclHash, SubstitutionGroupHandler sgHandler)
           
 void XSComplexTypeDecl.setValues(java.lang.String name, java.lang.String targetNamespace, XSTypeDefinition baseType, short derivedBy, short schemaFinal, short block, short contentType, boolean isAbstract, XSAttributeGroupDecl attrGrp, XSSimpleType simpleType, XSParticleDecl particle, XSObjectListImpl annotations)