org.jbind.xml.core.content
Interface IAttrGroupDesc

All Superinterfaces:
IComponent, IHasBindingAttributes, IHasLocation, ISourceInfo
All Known Subinterfaces:
IAttrGroupDecl, IAttrGroupRef
All Known Implementing Classes:
AttrGroupDecl, AttrGroupRef

public interface IAttrGroupDesc
extends IComponent


Method Summary
 void collectAttributeInfo(IAttributesModel aModel, IConstraintViolations aViolations)
           
 
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
 

Method Detail

collectAttributeInfo

public void collectAttributeInfo(IAttributesModel aModel,
                                 IConstraintViolations aViolations)