public interface ComponentVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(AnnotationComponent component) |
void |
visit(AttributeDeclarationComponent component) |
void |
visit(AttributeGroupDefinitionComponent component) |
void |
visit(AttributeUseComponent component) |
void |
visit(ComplexTypeDefinitionComponent component) |
void |
visit(ElementDeclarationComponent component) |
void |
visit(IdentityConstraintDefinitionComponent component) |
void |
visit(ModelGroupComponent component) |
void |
visit(ModelGroupDefinitionComponent component) |
void |
visit(NotationDeclarationComponent component) |
void |
visit(ParticleComponent component) |
void |
visit(SimpleTypeDefinitionComponent component) |
void |
visit(WildcardComponent component) |
void visit(AnnotationComponent component) throws Exception
Exceptionvoid visit(AttributeDeclarationComponent component) throws Exception
Exceptionvoid visit(AttributeGroupDefinitionComponent component) throws Exception
Exceptionvoid visit(AttributeUseComponent component) throws Exception
Exceptionvoid visit(ComplexTypeDefinitionComponent component) throws Exception
Exceptionvoid visit(ElementDeclarationComponent component) throws Exception
Exceptionvoid visit(IdentityConstraintDefinitionComponent component) throws Exception
Exceptionvoid visit(ModelGroupComponent component) throws Exception
Exceptionvoid visit(ModelGroupDefinitionComponent component) throws Exception
Exceptionvoid visit(NotationDeclarationComponent component) throws Exception
Exceptionvoid visit(ParticleComponent component) throws Exception
Exceptionvoid visit(SimpleTypeDefinitionComponent component) throws Exception
Exceptionvoid visit(WildcardComponent component) throws Exception
ExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.