org.apache.ws.jaxme.generator.sg.impl
Class JAXBGroupSG
java.lang.Object
   org.apache.ws.jaxme.generator.sg.impl.JAXBSGItem
org.apache.ws.jaxme.generator.sg.impl.JAXBSGItem
       org.apache.ws.jaxme.generator.sg.impl.JAXBGroupSG
org.apache.ws.jaxme.generator.sg.impl.JAXBGroupSG
- All Implemented Interfaces: 
- GroupSGChain
- public class JAXBGroupSG- extends JAXBSGItem- implements GroupSGChain
- Author:
- Jochen Wiedmann
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
JAXBGroupSG
protected JAXBGroupSG(SGFactory pFactory,
                      SchemaSG pSchema,
                      XSGroup pGroup)
               throws org.xml.sax.SAXException
- Creates a new, global group. - 
 
JAXBGroupSG
protected JAXBGroupSG(SGFactory pFactory,
                      SchemaSG pSchema,
                      XSGroup pGroup,
                      Context pContext)
               throws org.xml.sax.SAXException
- Creates a new, local group. - 
 
newParticleSG
public java.lang.Object newParticleSG(GroupSG pController,
                                      XSParticle pParticle)
                               throws org.xml.sax.SAXException
- 
- Specified by:
- newParticleSGin interface- GroupSGChain
 
- 
- Throws:
- org.xml.sax.SAXException
 
getClassContext
public Context getClassContext(GroupSG pController)
- 
- Specified by:
- getClassContextin interface- GroupSGChain
 
- 
 
getFactory
public SGFactory getFactory(GroupSG pController)
- 
- Specified by:
- getFactoryin interface- GroupSGChain
 
- 
 
getSchema
public SchemaSG getSchema(GroupSG pController)
- 
- Specified by:
- getSchemain interface- GroupSGChain
 
- 
 
getLocator
public org.xml.sax.Locator getLocator(GroupSG pController)
- 
- Specified by:
- getLocatorin interface- GroupSGChain
 
- 
 
getParticles
public ParticleSG[] getParticles(GroupSG pController)
                          throws org.xml.sax.SAXException
- 
- Specified by:
- getParticlesin interface- GroupSGChain
 
- 
- Throws:
- org.xml.sax.SAXException
 
init
public void init(GroupSG pController)
          throws org.xml.sax.SAXException
- 
- Specified by:
- initin interface- GroupSGChain
 
- 
- Throws:
- org.xml.sax.SAXException
 
isAll
public boolean isAll(GroupSG pController)
- 
- Specified by:
- isAllin interface- GroupSGChain
 
- 
 
isGlobal
public boolean isGlobal(GroupSG pController)
- 
- Specified by:
- isGlobalin interface- GroupSGChain
 
- 
 
isChoice
public boolean isChoice(GroupSG pController)
- 
- Specified by:
- isChoicein interface- GroupSGChain
 
- 
 
isSequence
public boolean isSequence(GroupSG pController)
- 
- Specified by:
- isSequencein interface- GroupSGChain
 
- 
 
getName
public XsQName getName(GroupSG pController)
- 
- Specified by:
- getNamein interface- GroupSGChain
 
-