org.apache.ws.jaxme.generator.sg

Interface GroupSGChain

Known Implementing Classes:
GroupSGChainImpl, JAXBGroupSG

public interface GroupSGChain

Method Summary

Context
getClassContext(GroupSG pController)
SGFactory
getFactory(GroupSG pController)
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)
Object
newParticleSG(GroupSG pController, XSParticle pParticle)

Method Details

getClassContext

public Context getClassContext(GroupSG pController)
            throws SAXException

getFactory

public SGFactory getFactory(GroupSG pController)

getLocator

public Locator getLocator(GroupSG pController)

getName

public XsQName getName(GroupSG pController)

getParticles

public ParticleSG[] getParticles(GroupSG pController)
            throws SAXException

getSchema

public SchemaSG getSchema(GroupSG pController)

init

public void init(GroupSG pController)
            throws SAXException

isAll

public boolean isAll(GroupSG pController)

isChoice

public boolean isChoice(GroupSG pController)

isGlobal

public boolean isGlobal(GroupSG pController)

isSequence

public boolean isSequence(GroupSG pController)

newParticleSG

public Object newParticleSG(GroupSG pController,
                            XSParticle pParticle)
            throws SAXException