|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComplexContentSG
Interface of a complex type with a complex content model.
Method Summary | |
---|---|
void |
generateProperties(JavaSource pSource)
Adds properties to the given source file. |
ParticleSG[] |
getElementParticles()
Returns a list of all element particles, which are being generated as properties of the type. |
GroupSG |
getGroupSG()
Returns the child elements. |
org.xml.sax.Locator |
getLocator()
Returns the items location in the schema; useful for error messages. |
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 |
---|
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()
GroupSG getGroupSG()
Returns the child elements.
void generateProperties(JavaSource pSource) throws org.xml.sax.SAXException
org.xml.sax.SAXException
ParticleSG[] getElementParticles() throws org.xml.sax.SAXException
org.xml.sax.SAXException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |