org.jbind.xml.core.content
Interface IElemGroupDecl

All Superinterfaces:
IComponent, IContentDesc, IElemGroupDesc, IHasBindingAttributes, IHasLocation, IHasRange, ISourceInfo
All Known Subinterfaces:
IAllDecl, IChoiceDecl, ISequenceDecl
All Known Implementing Classes:
AllDecl, ChoiceDecl, SequenceDecl

public interface IElemGroupDecl
extends IElemGroupDesc


Method Summary
 void setSubContent(int anIndex, IContentDesc aContent)
           
 
Methods inherited from interface org.jbind.xml.core.content.IElemGroupDesc
add, createGroup, createGroup, createReference, getCompositor, getInnerRange, getNbParticles, isPointless, iterContent, removePointlessGroups, replaceSubstitutionsByChoice
 
Methods inherited from interface org.jbind.xml.core.content.IContentDesc
addToParent, collectElemDescs, createUseState, createUseStateProxy, getDesc, getMaxOccurs, getMinOccurs, getRange, isEmptiable, isUnbounded, replaceSubstitutions
 
Methods inherited from interface org.jbind.xml.core.cmp.IComponent
accept, addSubComponent, getBindings, getGlobalRef, getName, getNamespace, getParentComponent, getSymbolspace, isAnonymous, isReference, isTopLevelComponent, setBindings, setParentComponent, validate
 
Methods inherited from interface org.jbind.xml.core.cmp.ISourceInfo
getAnnotation, getPrefixToNamespaceMapping
 
Methods inherited from interface org.jbind.xml.base.IHasLocation
getLocation
 
Methods inherited from interface org.jbind.xml.base.IHasBindingAttributes
getBindingAttribute, getDefaultedLocalBindingAttribute, getDefaultedLocalStringBindingAttribute, getLocalBindingAttribute, getLocalStringBindingAttribute, getStringBindingAttribute
 
Methods inherited from interface org.jbind.xml.base.IHasRange
getRange
 

Method Detail

setSubContent

public void setSubContent(int anIndex,
                          IContentDesc aContent)