org.apache.ws.jaxme.generator.sg.impl.ccsg
Class ParticleWalker
java.lang.Object
org.apache.ws.jaxme.generator.sg.impl.ccsg.ParticleWalker
public class ParticleWalker
extends java.lang.Object
A
ParticleWalker
walks over a complex
elements particles, invoking the given
Particle Visitors
methods for any particle.
ParticleWalker
public ParticleWalker(ParticleVisitor pVisitor)
Creates a new instance, walking over the given type.
walk
public void walk(ComplexTypeSG pType)
throws SAXException
Walks over the given types particles.