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

java.lang.Object
  extended by 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.


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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParticleWalker

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

Method Detail

walk

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

Throws:
org.xml.sax.SAXException - Walking over the particles failed.