convert.xml.infer
Class TextParticle

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

public class TextParticle
extends Particle


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

Constructor Detail

TextParticle

public TextParticle()
Method Detail

accept

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