|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbind.xml.schema.cmp.Component org.jbind.xml.schema.cmp.AttrGroupRef
Constructor Summary | |
AttrGroupRef(ISourceInfo aSourceInfo,
IAttrGroupDecl anAttrGroupDecl)
|
Method Summary | |
void |
accept(IComponentVisitor aVisitor)
Accepts a visitor. |
void |
collectAttributeInfo(IAttributesModel aModel,
IConstraintViolations aViolations)
|
ISymbolspace |
getSymbolspace()
Gets the symbol space. |
boolean |
isReference()
Checks if this component is defined as a reference to another component. |
void |
validate(IConstraintViolations aViolations)
Validates the component. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jbind.xml.core.cmp.IComponent |
addSubComponent, getBindings, getGlobalRef, getName, getNamespace, getParentComponent, isAnonymous, isTopLevelComponent, setBindings, setParentComponent |
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 |
Constructor Detail |
public AttrGroupRef(ISourceInfo aSourceInfo, IAttrGroupDecl anAttrGroupDecl)
Method Detail |
public void accept(IComponentVisitor aVisitor) throws XmlException
IComponent
visitComplexTypeStart
and visitComplexTypeEnd
).
accept
in interface IComponent
aVisitor
- (required).
XmlException
public void collectAttributeInfo(IAttributesModel aModel, IConstraintViolations aViolations)
collectAttributeInfo
in interface IAttrGroupDesc
public ISymbolspace getSymbolspace()
IComponent
getSymbolspace
in interface IComponent
public boolean isReference()
IComponent
isReference
in interface IComponent
true
iff this component is a reference to
another component.public void validate(IConstraintViolations aViolations)
IComponent
validate
in interface IComponent
aViolations
- (required).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |