org.apache.ws.jaxme.generator.sg

Interface ComplexContentSGChain

Known Implementing Classes:
ComplexContentSGChainImpl, JAXBComplexContentTypeSG

public interface ComplexContentSGChain

Method Summary

ParticleSG[]
getElementParticles(ComplexContentSG pController)
Locator
getLocator(ComplexContentSG pController)
ParticleSG
getRootParticle(ComplexContentSG pController)
void
init(ComplexContentSG pController)
boolean
isEmpty(ComplexContentSG pController)
boolean
isMixed(ComplexContentSG pController)

Method Details

getElementParticles

public ParticleSG[] getElementParticles(ComplexContentSG pController)
            throws SAXException

getLocator

public Locator getLocator(ComplexContentSG pController)

getRootParticle

public ParticleSG getRootParticle(ComplexContentSG pController)

init

public void init(ComplexContentSG pController)
            throws SAXException

isEmpty

public boolean isEmpty(ComplexContentSG pController)

isMixed

public boolean isMixed(ComplexContentSG pController)