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

Class ParticleVisitorImpl

public class ParticleVisitorImpl extends Object implements ParticleVisitor

Default implementation of a {@link org.apache.ws.jaxme.generator.sg.impl.ccsg.ParticleVisitor}, with methods doing nothing.
Method Summary
voidcomplexElementParticle(GroupSG pGroup, ParticleSG particle)
voidemptyType(ComplexTypeSG type)
voidendAll(GroupSG group)
voidendChoice(GroupSG group)
voidendComplexContent(ComplexTypeSG type)
voidendSequence(GroupSG group)
voidsimpleContent(ComplexTypeSG type)
voidsimpleElementParticle(GroupSG pGroup, ParticleSG pParticle)
voidstartAll(GroupSG group)
voidstartChoice(GroupSG group)
voidstartComplexContent(ComplexTypeSG type)
voidstartSequence(GroupSG group)
voidwildcardParticle(ParticleSG particle)

Method Detail

complexElementParticle

public void complexElementParticle(GroupSG pGroup, ParticleSG particle)

emptyType

public void emptyType(ComplexTypeSG type)

endAll

public void endAll(GroupSG group)

endChoice

public void endChoice(GroupSG group)

endComplexContent

public void endComplexContent(ComplexTypeSG type)

endSequence

public void endSequence(GroupSG group)

simpleContent

public void simpleContent(ComplexTypeSG type)

simpleElementParticle

public void simpleElementParticle(GroupSG pGroup, ParticleSG pParticle)

startAll

public void startAll(GroupSG group)

startChoice

public void startChoice(GroupSG group)

startComplexContent

public void startComplexContent(ComplexTypeSG type)

startSequence

public void startSequence(GroupSG group)

wildcardParticle

public void wildcardParticle(ParticleSG particle)