|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ws.jaxme.generator.sg.impl.ccsg.ParticleVisitorImpl
public class ParticleVisitorImpl
Default implementation of a
ParticleVisitor,
with methods doing nothing.
| Constructor Summary | |
|---|---|
ParticleVisitorImpl()
|
|
| Method Summary | |
|---|---|
void |
complexElementParticle(GroupSG pGroup,
ParticleSG particle)
Invoked to process an element with complex type. |
void |
emptyType(ComplexTypeSG type)
Invoked for an empty type. |
void |
endAll(GroupSG group)
Invoked to end an all group. |
void |
endChoice(GroupSG group)
Invoked to end a choice group. |
void |
endComplexContent(ComplexTypeSG type)
Invoked to end a complex content types content. |
void |
endSequence(GroupSG group)
Invoked to end a sequence. |
void |
simpleContent(ComplexTypeSG type)
Invoked for a complex type with simple content. |
void |
simpleElementParticle(GroupSG pGroup,
ParticleSG pParticle)
Invoked to process an element with simple type. |
void |
startAll(GroupSG group)
Invoked to start an all group. |
void |
startChoice(GroupSG group)
Invoked to start a choice group. |
void |
startComplexContent(ComplexTypeSG type)
Invoked to start a complex content types content. |
void |
startSequence(GroupSG group)
Invoked to begin a sequence. |
void |
wildcardParticle(ParticleSG particle)
Invoked to process a wildcard particle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParticleVisitorImpl()
| Method Detail |
|---|
public void emptyType(ComplexTypeSG type)
throws org.xml.sax.SAXException
ParticleVisitor
emptyType in interface ParticleVisitororg.xml.sax.SAXException - The visitor failed.
public void simpleContent(ComplexTypeSG type)
throws org.xml.sax.SAXException
ParticleVisitor
simpleContent in interface ParticleVisitororg.xml.sax.SAXException - The visitor failed.
public void startSequence(GroupSG group)
throws org.xml.sax.SAXException
ParticleVisitor
startSequence in interface ParticleVisitororg.xml.sax.SAXException - The visitor failed.public void endSequence(GroupSG group)
ParticleVisitor
endSequence in interface ParticleVisitorpublic void startChoice(GroupSG group)
ParticleVisitor
startChoice in interface ParticleVisitorpublic void endChoice(GroupSG group)
ParticleVisitor
endChoice in interface ParticleVisitorpublic void startAll(GroupSG group)
ParticleVisitor
startAll in interface ParticleVisitorpublic void endAll(GroupSG group)
ParticleVisitor
endAll in interface ParticleVisitor
public void startComplexContent(ComplexTypeSG type)
throws org.xml.sax.SAXException
ParticleVisitor
startComplexContent in interface ParticleVisitororg.xml.sax.SAXException - The visitor failed.
public void endComplexContent(ComplexTypeSG type)
throws org.xml.sax.SAXException
ParticleVisitor
endComplexContent in interface ParticleVisitororg.xml.sax.SAXException - The visitor failed.
public void simpleElementParticle(GroupSG pGroup,
ParticleSG pParticle)
throws org.xml.sax.SAXException
ParticleVisitor
simpleElementParticle in interface ParticleVisitororg.xml.sax.SAXException - The visitor failed.
public void complexElementParticle(GroupSG pGroup,
ParticleSG particle)
throws org.xml.sax.SAXException
ParticleVisitor
complexElementParticle in interface ParticleVisitororg.xml.sax.SAXException - The visitor failed.public void wildcardParticle(ParticleSG particle)
ParticleVisitor
wildcardParticle in interface ParticleVisitor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||