public class ParticleWalker
extends java.lang.Object
ParticleWalker
walks over a complex
elements particles, invoking the given
Particle Visitors
methods for any particle.Constructor and Description |
---|
ParticleWalker(ParticleVisitor pVisitor)
Creates a new instance, walking over the given type.
|
Modifier and Type | Method and Description |
---|---|
void |
walk(ComplexTypeSG pType)
Walks over the given types particles.
|
public ParticleWalker(ParticleVisitor pVisitor)
public void walk(ComplexTypeSG pType) throws org.xml.sax.SAXException
org.xml.sax.SAXException
- Walking over the particles failed.