Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.ws.jaxme.generator.sg.impl.ccsg.ParticleVisitorImpl
ParticleVisitor
,
with methods doing nothing.
Method Summary | |
void |
|
void |
|
void | |
void | |
void |
|
void |
|
void |
|
void |
|
void | |
void |
|
void |
|
void |
|
void |
|
public void complexElementParticle(GroupSG pGroup, ParticleSG particle) throws SAXException
Invoked to process an element with complex type.
- Specified by:
- complexElementParticle in interface ParticleVisitor
public void emptyType(ComplexTypeSG type) throws SAXException
Invoked for an empty type.
- Specified by:
- emptyType in interface ParticleVisitor
public void endAll(GroupSG group)
Invoked to end an all group.
- Specified by:
- endAll in interface ParticleVisitor
public void endChoice(GroupSG group)
Invoked to end a choice group.
- Specified by:
- endChoice in interface ParticleVisitor
public void endComplexContent(ComplexTypeSG type) throws SAXException
Invoked to end a complex content types content.
- Specified by:
- endComplexContent in interface ParticleVisitor
public void endSequence(GroupSG group)
Invoked to end a sequence.
- Specified by:
- endSequence in interface ParticleVisitor
public void simpleContent(ComplexTypeSG type) throws SAXException
Invoked for a complex type with simple content.
- Specified by:
- simpleContent in interface ParticleVisitor
public void simpleElementParticle(GroupSG pGroup, ParticleSG pParticle) throws SAXException
Invoked to process an element with simple type.
- Specified by:
- simpleElementParticle in interface ParticleVisitor
public void startAll(GroupSG group)
Invoked to start an all group.
- Specified by:
- startAll in interface ParticleVisitor
public void startChoice(GroupSG group)
Invoked to start a choice group.
- Specified by:
- startChoice in interface ParticleVisitor
public void startComplexContent(ComplexTypeSG type) throws SAXException
Invoked to start a complex content types content.
- Specified by:
- startComplexContent in interface ParticleVisitor
public void startSequence(GroupSG group) throws SAXException
Invoked to begin a sequence.
- Specified by:
- startSequence in interface ParticleVisitor
public void wildcardParticle(ParticleSG particle)
Invoked to process a wildcard particle.
- Specified by:
- wildcardParticle in interface ParticleVisitor