public interface ParticleSGChain
| Modifier and Type | Method and Description |
|---|---|
void |
forAllNonNullValues(ParticleSG pController,
JavaMethod pMethod,
DirectAccessible pElement,
SGlet pSGlet) |
GroupSG |
getGroupSG(ParticleSG pController) |
org.xml.sax.Locator |
getLocator(ParticleSG pController) |
int |
getMaxOccurs(ParticleSG pController) |
int |
getMinOccurs(ParticleSG pController) |
ObjectSG |
getObjectSG(ParticleSG pController) |
PropertySG |
getPropertySG(ParticleSG pController) |
void |
init(ParticleSG pController) |
boolean |
isElement(ParticleSG pController) |
boolean |
isGroup(ParticleSG pController) |
boolean |
isMultiple(ParticleSG pController) |
boolean |
isWildcard(ParticleSG pController) |
java.lang.Object |
newPropertySGChain(ParticleSG pController) |
void init(ParticleSG pController) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionorg.xml.sax.Locator getLocator(ParticleSG pController)
boolean isGroup(ParticleSG pController)
boolean isElement(ParticleSG pController)
boolean isWildcard(ParticleSG pController)
GroupSG getGroupSG(ParticleSG pController)
ObjectSG getObjectSG(ParticleSG pController)
int getMinOccurs(ParticleSG pController)
int getMaxOccurs(ParticleSG pController)
boolean isMultiple(ParticleSG pController)
java.lang.Object newPropertySGChain(ParticleSG pController) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionPropertySG getPropertySG(ParticleSG pController) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid forAllNonNullValues(ParticleSG pController, JavaMethod pMethod, DirectAccessible pElement, SGlet pSGlet) throws org.xml.sax.SAXException
org.xml.sax.SAXException