public class ParticleSGChainImpl extends java.lang.Object implements ParticleSGChain
| Modifier | Constructor and Description |
|---|---|
protected |
ParticleSGChainImpl(ParticleSGChain o) |
| 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) |
protected ParticleSGChainImpl(ParticleSGChain o)
public void init(ParticleSG pController) throws org.xml.sax.SAXException
init in interface ParticleSGChainorg.xml.sax.SAXExceptionpublic org.xml.sax.Locator getLocator(ParticleSG pController)
getLocator in interface ParticleSGChainpublic boolean isGroup(ParticleSG pController)
isGroup in interface ParticleSGChainpublic boolean isElement(ParticleSG pController)
isElement in interface ParticleSGChainpublic boolean isWildcard(ParticleSG pController)
isWildcard in interface ParticleSGChainpublic GroupSG getGroupSG(ParticleSG pController)
getGroupSG in interface ParticleSGChainpublic ObjectSG getObjectSG(ParticleSG pController)
getObjectSG in interface ParticleSGChainpublic int getMinOccurs(ParticleSG pController)
getMinOccurs in interface ParticleSGChainpublic int getMaxOccurs(ParticleSG pController)
getMaxOccurs in interface ParticleSGChainpublic boolean isMultiple(ParticleSG pController)
isMultiple in interface ParticleSGChainpublic java.lang.Object newPropertySGChain(ParticleSG pController) throws org.xml.sax.SAXException
newPropertySGChain in interface ParticleSGChainorg.xml.sax.SAXExceptionpublic PropertySG getPropertySG(ParticleSG pController) throws org.xml.sax.SAXException
getPropertySG in interface ParticleSGChainorg.xml.sax.SAXExceptionpublic void forAllNonNullValues(ParticleSG pController, JavaMethod pMethod, DirectAccessible pElement, SGlet pSGlet) throws org.xml.sax.SAXException
forAllNonNullValues in interface ParticleSGChainorg.xml.sax.SAXException