org.apache.ws.jaxme.generator.sg
Interface ParticleSGChain
- All Known Implementing Classes: 
- JAXBParticleSG, ParticleSGChainImpl
- public interface ParticleSGChain
 
init
public void init(ParticleSG pController)
          throws org.xml.sax.SAXException
- 
- Throws:
- org.xml.sax.SAXException
 
getLocator
public org.xml.sax.Locator getLocator(ParticleSG pController)
- 
 
isGroup
public boolean isGroup(ParticleSG pController)
- 
 
isElement
public boolean isElement(ParticleSG pController)
- 
 
isWildcard
public boolean isWildcard(ParticleSG pController)
- 
 
getGroupSG
public GroupSG getGroupSG(ParticleSG pController)
- 
 
getObjectSG
public ObjectSG getObjectSG(ParticleSG pController)
- 
 
getMinOccurs
public int getMinOccurs(ParticleSG pController)
- 
 
getMaxOccurs
public int getMaxOccurs(ParticleSG pController)
- 
 
isMultiple
public boolean isMultiple(ParticleSG pController)
- 
 
newPropertySGChain
public java.lang.Object newPropertySGChain(ParticleSG pController)
                                    throws org.xml.sax.SAXException
- 
- Throws:
- org.xml.sax.SAXException
 
getPropertySG
public PropertySG getPropertySG(ParticleSG pController)
                         throws org.xml.sax.SAXException
- 
- Throws:
- org.xml.sax.SAXException
 
forAllNonNullValues
public void forAllNonNullValues(ParticleSG pController,
                                JavaMethod pMethod,
                                DirectAccessible pElement,
                                SGlet pSGlet)
                         throws org.xml.sax.SAXException
- 
- Throws:
- org.xml.sax.SAXException