org.apache.ws.jaxme.generator.sg.impl.ccsg

Class ParticleWalker

public class ParticleWalker extends Object

A 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
voidwalk(ComplexTypeSG pType)
Walks over the given types particles.

Constructor Detail

ParticleWalker

public ParticleWalker(ParticleVisitor pVisitor)
Creates a new instance, walking over the given type.

Method Detail

walk

public void walk(ComplexTypeSG pType)
Walks over the given types particles.

Throws: SAXException Walking over the particles failed.