|
|||||||||
| Home >> All >> org >> apache >> ws >> jaxme >> generator >> [ sg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.ws.jaxme.generator.sg
Interface ComplexContentSG

- public interface ComplexContentSG
Interface of a complex type with a complex content model.
| Method Summary | |
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. |
| Method Detail |
getLocator
public org.xml.sax.Locator getLocator()
Returns the items location in the schema; useful for error messages.
init
public void init()
throws org.xml.sax.SAXException
Initializes the item.
isEmpty
public boolean isEmpty()
- Returns, whether the types content model is empty.
isMixed
public boolean isMixed()
- Returns, whether the types content model is mixed.
getRootParticle
public ParticleSG getRootParticle()
- Returns the complex types root particle.
getElementParticles
public ParticleSG[] getElementParticles() throws org.xml.sax.SAXException
- Returns a list of all element particles, which are
being generated as properties of the type.
|
|||||||||
| Home >> All >> org >> apache >> ws >> jaxme >> generator >> [ sg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC