public class GroupSGChainImpl extends java.lang.Object implements GroupSGChain
| Modifier | Constructor and Description |
|---|---|
protected |
GroupSGChainImpl(GroupSGChain o) |
| 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) |
protected GroupSGChainImpl(GroupSGChain o)
public boolean isGlobal(GroupSG pController)
isGlobal in interface GroupSGChainpublic XsQName getName(GroupSG pController)
getName in interface GroupSGChainpublic boolean isAll(GroupSG pController)
isAll in interface GroupSGChainpublic boolean isChoice(GroupSG pController)
isChoice in interface GroupSGChainpublic boolean isSequence(GroupSG pController)
isSequence in interface GroupSGChainpublic Context getClassContext(GroupSG pController) throws org.xml.sax.SAXException
getClassContext in interface GroupSGChainorg.xml.sax.SAXExceptionpublic ParticleSG[] getParticles(GroupSG pController) throws org.xml.sax.SAXException
getParticles in interface GroupSGChainorg.xml.sax.SAXExceptionpublic java.lang.Object newParticleSG(GroupSG pController, XSParticle pParticle) throws org.xml.sax.SAXException
newParticleSG in interface GroupSGChainorg.xml.sax.SAXExceptionpublic 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 void init(GroupSG pController) throws org.xml.sax.SAXException
init in interface GroupSGChainorg.xml.sax.SAXException