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

Class 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.

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.

Constructor Details

ParticleWalker

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

Method Details

walk

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