Uses of Class
convert.xml.infer.Particle

Packages that use Particle
convert.xml.infer   
 

Uses of Particle in convert.xml.infer
 

Subclasses of Particle in convert.xml.infer
 class BinaryParticle
           
 class ChoiceParticle
           
 class ElementParticle
           
 class EmptyParticle
           
 class OneOrMoreParticle
           
 class SequenceParticle
           
 class TextParticle
           
 

Methods in convert.xml.infer that return Particle
 Particle OneOrMoreParticle.getChild()
           
 Particle BinaryParticle.getChild1()
           
 Particle BinaryParticle.getChild2()
           
 Particle ElementDecl.getContentModel()
           
 Particle Schema.getStart()
           
abstract  Particle ContentModelInferrer.inferContentModel()
           
 

Methods in convert.xml.infer with parameters of type Particle
 void ElementDecl.setContentModel(Particle contentModel)
           
 void Schema.setStart(Particle start)
           
static java.lang.String ParticleDumper.toString(Particle p, java.lang.String defaultNamespace)
           
 

Constructors in convert.xml.infer with parameters of type Particle
BinaryParticle(Particle p1, Particle p2)
           
ChoiceParticle(Particle p1, Particle p2)
           
OneOrMoreParticle(Particle child)
           
SequenceParticle(Particle p1, Particle p2)