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

All Known Implementing Classes:
JAXBParticleSG, ParticleSGChainImpl

public interface ParticleSGChain


Method Summary
 void forAllNonNullValues(ParticleSG pController, JavaMethod pMethod, DirectAccessible pElement, SGlet pSGlet)
           
 GroupSG getGroupSG(ParticleSG pController)
           
 org.xml.sax.Locator getLocator(ParticleSG pController)
           
 int getMaxOccurs(ParticleSG pController)
           
 int getMinOccurs(ParticleSG pController)
           
 ObjectSG getObjectSG(ParticleSG pController)
           
 PropertySG getPropertySG(ParticleSG pController)
           
 void init(ParticleSG pController)
           
 boolean isElement(ParticleSG pController)
           
 boolean isGroup(ParticleSG pController)
           
 boolean isMultiple(ParticleSG pController)
           
 boolean isWildcard(ParticleSG pController)
           
 java.lang.Object newPropertySGChain(ParticleSG pController)
           
 

Method Detail

init

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

getLocator

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

isGroup

boolean isGroup(ParticleSG pController)

isElement

boolean isElement(ParticleSG pController)

isWildcard

boolean isWildcard(ParticleSG pController)

getGroupSG

GroupSG getGroupSG(ParticleSG pController)

getObjectSG

ObjectSG getObjectSG(ParticleSG pController)

getMinOccurs

int getMinOccurs(ParticleSG pController)

getMaxOccurs

int getMaxOccurs(ParticleSG pController)

isMultiple

boolean isMultiple(ParticleSG pController)

newPropertySGChain

java.lang.Object newPropertySGChain(ParticleSG pController)
                                    throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getPropertySG

PropertySG getPropertySG(ParticleSG pController)
                         throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

forAllNonNullValues

void forAllNonNullValues(ParticleSG pController,
                         JavaMethod pMethod,
                         DirectAccessible pElement,
                         SGlet pSGlet)
                         throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException