org.apache.ws.jaxme.generator.sg.impl.ccsg
public class ParticleWalker extends Object
ParticleWalker walks over a complex
elements particles, invoking the given
Particle Visitors
methods for any particle.
| Constructor Summary | |
|---|---|
| ParticleWalker(ParticleVisitor pVisitor) Creates a new instance, walking over the given type. | |
| Method Summary | |
|---|---|
| void | walk(ComplexTypeSG pType) Walks over the given types particles. |
Throws: SAXException Walking over the particles failed.