convert.xml.infer
Class OneOrMoreParticle

java.lang.Object
  extended by convert.xml.infer.Particle
      extended by convert.xml.infer.OneOrMoreParticle

public class OneOrMoreParticle
extends Particle


Constructor Summary
OneOrMoreParticle(Particle child)
           
 
Method Summary
 java.lang.Object accept(ParticleVisitor visitor)
           
 Particle getChild()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OneOrMoreParticle

public OneOrMoreParticle(Particle child)
Method Detail

getChild

public Particle getChild()

accept

public java.lang.Object accept(ParticleVisitor visitor)
Specified by:
accept in class Particle