public class JAXBComplexContentTypeSG extends java.lang.Object implements ComplexContentSGChain
ComplexContentSG.| Modifier | Constructor and Description |
|---|---|
protected |
JAXBComplexContentTypeSG(ComplexTypeSG pComplexTypeSG,
XSType pType) |
| Modifier and Type | Method and Description |
|---|---|
ParticleSG[] |
getElementParticles(ComplexContentSG pController) |
org.xml.sax.Locator |
getLocator(ComplexContentSG pController) |
ParticleSG |
getRootParticle(ComplexContentSG pController) |
void |
init(ComplexContentSG pController) |
boolean |
isEmpty(ComplexContentSG pController) |
boolean |
isMixed(ComplexContentSG pController) |
protected ParticleSG |
newParticleSG(SGFactory pFactory,
XSParticle pParticle,
Context pContext) |
protected JAXBComplexContentTypeSG(ComplexTypeSG pComplexTypeSG, XSType pType) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionprotected ParticleSG newParticleSG(SGFactory pFactory, XSParticle pParticle, Context pContext) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic org.xml.sax.Locator getLocator(ComplexContentSG pController)
getLocator in interface ComplexContentSGChainpublic void init(ComplexContentSG pController) throws org.xml.sax.SAXException
init in interface ComplexContentSGChainorg.xml.sax.SAXExceptionpublic ParticleSG[] getElementParticles(ComplexContentSG pController) throws org.xml.sax.SAXException
getElementParticles in interface ComplexContentSGChainorg.xml.sax.SAXExceptionpublic ParticleSG getRootParticle(ComplexContentSG pController)
getRootParticle in interface ComplexContentSGChainpublic boolean isEmpty(ComplexContentSG pController)
isEmpty in interface ComplexContentSGChainpublic boolean isMixed(ComplexContentSG pController)
isMixed in interface ComplexContentSGChain