|
||||||||||
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.Notation
Constructor Summary | |
Notation(ISourceInfo aSourceInfo,
java.lang.String aNamespace,
java.lang.String aName,
java.lang.String aPublicId,
java.lang.String aSystemId)
|
Method Summary | |
void |
accept(IComponentVisitor aVisitor)
Accepts a visitor. |
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 Notation(ISourceInfo aSourceInfo, java.lang.String aNamespace, java.lang.String aName, java.lang.String aPublicId, java.lang.String aSystemId)
Method Detail |
public void accept(IComponentVisitor aVisitor) throws XmlException
IComponent
visitComplexTypeStart
and visitComplexTypeEnd
).
accept
in interface IComponent
aVisitor
- (required).
XmlException
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 |