Uses of Class
org.exolab.castor.xml.schema.Particle

Packages that use Particle
org.exolab.castor.xml.dtd The XML DTD Object Model 
org.exolab.castor.xml.schema   
 

Uses of Particle in org.exolab.castor.xml.dtd
 

Methods in org.exolab.castor.xml.dtd that return Particle
 Particle Converter.convertContentParticle(ContentParticle dtdContent, Schema schema)
          Method to convert ContentParticle object, used to implement element content in the DTD object model, to the corresponding object in the Schema object model: either Group or ElementDecl.
 

Uses of Particle in org.exolab.castor.xml.schema
 

Subclasses of Particle in org.exolab.castor.xml.schema
 class ElementDecl
          An XML Schema ElementDecl
 class Group
          An XML Schema Group
 class ModelGroup
          An XML Schema ModelGroup :
 class Wildcard
          A class that represents an XML Schema Wildcard.
 

Methods in org.exolab.castor.xml.schema that return Particle
 Particle ComplexType.getParticle(int index)
          Returns the Particle at the specified index
 Particle Group.getParticle(int index)
          Returns the Particle at the specified index.
 Particle ContentModelGroup.getParticle(int index)
          Returns the Particle at the specified index.
 



Copyright © 2012. All Rights Reserved.