public class ParticleVisitorImpl extends java.lang.Object implements ParticleVisitor
ParticleVisitor,
with methods doing nothing.| Constructor and Description |
|---|
ParticleVisitorImpl() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public void emptyType(ComplexTypeSG type) throws org.xml.sax.SAXException
ParticleVisitoremptyType in interface ParticleVisitororg.xml.sax.SAXException - The visitor failed.public void simpleContent(ComplexTypeSG type) throws org.xml.sax.SAXException
ParticleVisitorsimpleContent in interface ParticleVisitororg.xml.sax.SAXException - The visitor failed.public void startSequence(GroupSG group) throws org.xml.sax.SAXException
ParticleVisitorstartSequence in interface ParticleVisitororg.xml.sax.SAXException - The visitor failed.public void endSequence(GroupSG group)
ParticleVisitorendSequence in interface ParticleVisitorpublic void startChoice(GroupSG group)
ParticleVisitorstartChoice in interface ParticleVisitorpublic void endChoice(GroupSG group)
ParticleVisitorendChoice in interface ParticleVisitorpublic void startAll(GroupSG group)
ParticleVisitorstartAll in interface ParticleVisitorpublic void endAll(GroupSG group)
ParticleVisitorendAll in interface ParticleVisitorpublic void startComplexContent(ComplexTypeSG type) throws org.xml.sax.SAXException
ParticleVisitorstartComplexContent in interface ParticleVisitororg.xml.sax.SAXException - The visitor failed.public void endComplexContent(ComplexTypeSG type) throws org.xml.sax.SAXException
ParticleVisitorendComplexContent in interface ParticleVisitororg.xml.sax.SAXException - The visitor failed.public void simpleElementParticle(GroupSG pGroup, ParticleSG pParticle) throws org.xml.sax.SAXException
ParticleVisitorsimpleElementParticle in interface ParticleVisitororg.xml.sax.SAXException - The visitor failed.public void complexElementParticle(GroupSG pGroup, ParticleSG particle) throws org.xml.sax.SAXException
ParticleVisitorcomplexElementParticle in interface ParticleVisitororg.xml.sax.SAXException - The visitor failed.public void wildcardParticle(ParticleSG particle)
ParticleVisitorwildcardParticle in interface ParticleVisitor