public interface GroupSGChain
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) |
boolean isGlobal(GroupSG pController)
boolean isAll(GroupSG pController)
boolean isChoice(GroupSG pController)
boolean isSequence(GroupSG pController)
Context getClassContext(GroupSG pController) throws org.xml.sax.SAXException
org.xml.sax.SAXException
ParticleSG[] getParticles(GroupSG pController) throws org.xml.sax.SAXException
org.xml.sax.SAXException
java.lang.Object newParticleSG(GroupSG pController, XSParticle pParticle) throws org.xml.sax.SAXException
org.xml.sax.SAXException
org.xml.sax.Locator getLocator(GroupSG pController)
void init(GroupSG pController) throws org.xml.sax.SAXException
org.xml.sax.SAXException