public class JAXBGroupSG extends JAXBSGItem implements GroupSGChain
| Modifier | Constructor and Description |
|---|---|
protected |
JAXBGroupSG(SGFactory pFactory,
SchemaSG pSchema,
XSGroup pGroup)
Creates a new, global group.
|
protected |
JAXBGroupSG(SGFactory pFactory,
SchemaSG pSchema,
XSGroup pGroup,
Context pContext)
Creates a new, local group.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
getClassContext(GroupSG pController) |
SGFactory |
getFactory(GroupSG pController) |
org.xml.sax.Locator |
getLocator(GroupSG pController) |
XsQName |
getName(GroupSG pController) |
ParticleSG[] |
getParticles(GroupSG pController) |
SchemaSG |
getSchema(GroupSG pController) |
void |
init(GroupSG pController) |
boolean |
isAll(GroupSG pController) |
boolean |
isChoice(GroupSG pController) |
boolean |
isGlobal(GroupSG pController) |
boolean |
isSequence(GroupSG pController) |
java.lang.Object |
newParticleSG(GroupSG pController,
XSParticle pParticle) |
getFactory, getLocator, getSchema, getXSObjectprotected JAXBGroupSG(SGFactory pFactory, SchemaSG pSchema, XSGroup pGroup) throws org.xml.sax.SAXException
Creates a new, global group.
org.xml.sax.SAXExceptionpublic java.lang.Object newParticleSG(GroupSG pController, XSParticle pParticle) throws org.xml.sax.SAXException
newParticleSG in interface GroupSGChainorg.xml.sax.SAXExceptionpublic Context getClassContext(GroupSG pController)
getClassContext in interface GroupSGChainpublic SGFactory getFactory(GroupSG pController)
getFactory in interface GroupSGChainpublic SchemaSG getSchema(GroupSG pController)
getSchema in interface GroupSGChainpublic org.xml.sax.Locator getLocator(GroupSG pController)
getLocator in interface GroupSGChainpublic ParticleSG[] getParticles(GroupSG pController) throws org.xml.sax.SAXException
getParticles in interface GroupSGChainorg.xml.sax.SAXExceptionpublic void init(GroupSG pController) throws org.xml.sax.SAXException
init in interface GroupSGChainorg.xml.sax.SAXExceptionpublic boolean isAll(GroupSG pController)
isAll in interface GroupSGChainpublic boolean isGlobal(GroupSG pController)
isGlobal in interface GroupSGChainpublic boolean isChoice(GroupSG pController)
isChoice in interface GroupSGChainpublic boolean isSequence(GroupSG pController)
isSequence in interface GroupSGChainpublic XsQName getName(GroupSG pController)
getName in interface GroupSGChain