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

Packages that use Particle
org.exolab.castor.xml.dtd The XML DTD Object Model Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Alexander Totok This package is an implementation of the XML DTD specification. 
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 Group.getParticle(int index)
          Returns the Particle at the specified index.
 Particle ContentModelGroup.getParticle(int index)
          Returns the Particle at the specified index.
 Particle ComplexType.getParticle(int index)
          Returns the Particle at the specified index
 



Copyright © 2012. All Rights Reserved.