public interface ComplexContentSG
Modifier and Type | Method and Description |
---|---|
ParticleSG[] |
getElementParticles()
Returns a list of all element particles, which are
being generated as properties of the type.
|
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.
|
org.xml.sax.Locator getLocator()
Returns the items location in the schema; useful for error messages.
void init() throws org.xml.sax.SAXException
Initializes the item.
org.xml.sax.SAXException
boolean isEmpty()
boolean isMixed()
ParticleSG getRootParticle()
ParticleSG[] getElementParticles() throws org.xml.sax.SAXException
org.xml.sax.SAXException