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 ParticleSGChain
org.xml.sax.SAXException
public org.xml.sax.Locator getLocator(ParticleSG pController)
getLocator
in interface ParticleSGChain
public boolean isGroup(ParticleSG pController)
isGroup
in interface ParticleSGChain
public boolean isElement(ParticleSG pController)
isElement
in interface ParticleSGChain
public boolean isWildcard(ParticleSG pController)
isWildcard
in interface ParticleSGChain
public GroupSG getGroupSG(ParticleSG pController)
getGroupSG
in interface ParticleSGChain
public ObjectSG getObjectSG(ParticleSG pController)
getObjectSG
in interface ParticleSGChain
public int getMinOccurs(ParticleSG pController)
getMinOccurs
in interface ParticleSGChain
public int getMaxOccurs(ParticleSG pController)
getMaxOccurs
in interface ParticleSGChain
public boolean isMultiple(ParticleSG pController)
isMultiple
in interface ParticleSGChain
public java.lang.Object newPropertySGChain(ParticleSG pController) throws org.xml.sax.SAXException
newPropertySGChain
in interface ParticleSGChain
org.xml.sax.SAXException
public PropertySG getPropertySG(ParticleSG pController) throws org.xml.sax.SAXException
getPropertySG
in interface ParticleSGChain
org.xml.sax.SAXException
public void forAllNonNullValues(ParticleSG pController, JavaMethod pMethod, DirectAccessible pElement, SGlet pSGlet) throws org.xml.sax.SAXException
forAllNonNullValues
in interface ParticleSGChain
org.xml.sax.SAXException