public class JAXBParticleSG extends java.lang.Object implements ParticleSGChain
| Constructor and Description |
|---|
JAXBParticleSG(SGFactory pFactory,
XSParticle pParticle,
Context pClassContext)
Creates a new instance of JAXBParticleSG.java.
|
| 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) |
public JAXBParticleSG(SGFactory pFactory, XSParticle pParticle, Context pClassContext) throws org.xml.sax.SAXException
Creates a new instance of JAXBParticleSG.java.
org.xml.sax.SAXExceptionpublic java.lang.Object newPropertySGChain(ParticleSG pController) throws org.xml.sax.SAXException
newPropertySGChain in interface ParticleSGChainorg.xml.sax.SAXExceptionpublic 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 int getMinOccurs(ParticleSG pController)
getMinOccurs in interface ParticleSGChainpublic int getMaxOccurs(ParticleSG pController)
getMaxOccurs in interface ParticleSGChainpublic boolean isMultiple(ParticleSG pController)
isMultiple 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 PropertySG getPropertySG(ParticleSG pController) throws org.xml.sax.SAXException
getPropertySG in interface ParticleSGChainorg.xml.sax.SAXExceptionpublic ObjectSG getObjectSG(ParticleSG pController)
getObjectSG in interface ParticleSGChainpublic GroupSG getGroupSG(ParticleSG pController)
getGroupSG in interface ParticleSGChainpublic void forAllNonNullValues(ParticleSG pController, JavaMethod pMethod, DirectAccessible pElement, SGlet pSGlet) throws org.xml.sax.SAXException
forAllNonNullValues in interface ParticleSGChainorg.xml.sax.SAXException