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