public class ComplexContentSGImpl extends java.lang.Object implements ComplexContentSG
| Constructor and Description |
|---|
ComplexContentSGImpl(ComplexContentSGChain o) |
| Modifier and Type | Method and Description |
|---|---|
ParticleSG[] |
getElementParticles()
Returns a list of all element particles, which are
being generated as properties of the type.
|
ComplexContentSGChain |
getHeadOfChain() |
org.xml.sax.Locator |
getLocator()
Returns the items location in the schema; useful for
error messages.
|
ParticleSG |
getRootParticle()
Returns the complex types root particle.
|
void |
init()
Initializes the item.
|
boolean |
isEmpty()
Returns, whether the types content model is empty.
|
boolean |
isMixed()
Returns, whether the types content model is mixed.
|
public ComplexContentSGImpl(ComplexContentSGChain o)
public org.xml.sax.Locator getLocator()
ComplexContentSGReturns the items location in the schema; useful for error messages.
getLocator in interface ComplexContentSGpublic void init()
throws org.xml.sax.SAXException
ComplexContentSGInitializes the item.
init in interface ComplexContentSGorg.xml.sax.SAXExceptionpublic boolean isEmpty()
ComplexContentSGisEmpty in interface ComplexContentSGpublic boolean isMixed()
ComplexContentSGisMixed in interface ComplexContentSGpublic ParticleSG getRootParticle()
ComplexContentSGgetRootParticle in interface ComplexContentSGpublic ParticleSG[] getElementParticles() throws org.xml.sax.SAXException
ComplexContentSGgetElementParticles in interface ComplexContentSGorg.xml.sax.SAXExceptionpublic ComplexContentSGChain getHeadOfChain()