org.apache.ws.jaxme.generator.sg.impl.ccsg
public class ParticleVisitorImpl extends Object implements ParticleVisitor
| Method Summary | |
|---|---|
| void | complexElementParticle(GroupSG pGroup, ParticleSG particle) |
| void | emptyType(ComplexTypeSG type) |
| void | endAll(GroupSG group) |
| void | endChoice(GroupSG group) |
| void | endComplexContent(ComplexTypeSG type) |
| void | endSequence(GroupSG group) |
| void | simpleContent(ComplexTypeSG type) |
| void | simpleElementParticle(GroupSG pGroup, ParticleSG pParticle) |
| void | startAll(GroupSG group) |
| void | startChoice(GroupSG group) |
| void | startComplexContent(ComplexTypeSG type) |
| void | startSequence(GroupSG group) |
| void | wildcardParticle(ParticleSG particle) |