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

All Known Implementing Classes:
ComplexContentSGChainImpl, JAXBComplexContentTypeSG

public interface ComplexContentSGChain


Method Summary
 void generateProperties(ComplexContentSG pController, JavaSource pSource)
           
 ParticleSG[] getElementParticles(ComplexContentSG pController)
           
 GroupSG getGroupSG(ComplexContentSG pController)
           
 org.xml.sax.Locator getLocator(ComplexContentSG pController)
           
 void init(ComplexContentSG pController)
           
 boolean isEmpty(ComplexContentSG pController)
           
 boolean isMixed(ComplexContentSG pController)
           
 

Method Detail

getLocator

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

init

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

isEmpty

boolean isEmpty(ComplexContentSG pController)

isMixed

boolean isMixed(ComplexContentSG pController)

getGroupSG

GroupSG getGroupSG(ComplexContentSG pController)

generateProperties

void generateProperties(ComplexContentSG pController,
                        JavaSource pSource)
                        throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getElementParticles

ParticleSG[] getElementParticles(ComplexContentSG pController)
                                 throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException