org.apache.ws.jaxme.generator.sg
Interface GroupSGChain

All Known Implementing Classes:
GroupSGChainImpl, JAXBGroupSG

public interface GroupSGChain


Method Summary
 Context getClassContext(GroupSG pController)
           
 SGFactory getFactory(GroupSG pController)
           
 org.xml.sax.Locator getLocator(GroupSG pController)
           
 XsQName getName(GroupSG pController)
           
 ParticleSG[] getParticles(GroupSG pController)
           
 SchemaSG getSchema(GroupSG pController)
           
 void init(GroupSG pController)
           
 boolean isAll(GroupSG pController)
           
 boolean isChoice(GroupSG pController)
           
 boolean isGlobal(GroupSG pController)
           
 boolean isSequence(GroupSG pController)
           
 java.lang.Object newParticleSG(GroupSG pController, XSParticle pParticle)
           
 

Method Detail

isGlobal

boolean isGlobal(GroupSG pController)

getName

XsQName getName(GroupSG pController)

isAll

boolean isAll(GroupSG pController)

isChoice

boolean isChoice(GroupSG pController)

isSequence

boolean isSequence(GroupSG pController)

getClassContext

Context getClassContext(GroupSG pController)
                        throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getParticles

ParticleSG[] getParticles(GroupSG pController)
                          throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

newParticleSG

java.lang.Object newParticleSG(GroupSG pController,
                               XSParticle pParticle)
                               throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getFactory

SGFactory getFactory(GroupSG pController)

getSchema

SchemaSG getSchema(GroupSG pController)

getLocator

org.xml.sax.Locator getLocator(GroupSG pController)

init

void init(GroupSG pController)
          throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException