public class ComponentWriter extends Object implements ComponentVisitor
| Constructor and Description |
|---|
ComponentWriter(IndentingWriter w) |
| 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) |
public ComponentWriter(IndentingWriter w)
public void visit(AnnotationComponent component) throws Exception
visit in interface ComponentVisitorExceptionpublic void visit(AttributeDeclarationComponent component) throws Exception
visit in interface ComponentVisitorExceptionpublic void visit(AttributeGroupDefinitionComponent component) throws Exception
visit in interface ComponentVisitorExceptionpublic void visit(AttributeUseComponent component) throws Exception
visit in interface ComponentVisitorExceptionpublic void visit(ComplexTypeDefinitionComponent component) throws Exception
visit in interface ComponentVisitorExceptionpublic void visit(ElementDeclarationComponent component) throws Exception
visit in interface ComponentVisitorExceptionpublic void visit(IdentityConstraintDefinitionComponent component) throws Exception
visit in interface ComponentVisitorExceptionpublic void visit(ModelGroupComponent component) throws Exception
visit in interface ComponentVisitorExceptionpublic void visit(ModelGroupDefinitionComponent component) throws Exception
visit in interface ComponentVisitorExceptionpublic void visit(NotationDeclarationComponent component) throws Exception
visit in interface ComponentVisitorExceptionpublic void visit(ParticleComponent component) throws Exception
visit in interface ComponentVisitorExceptionpublic void visit(SimpleTypeDefinitionComponent component) throws Exception
visit in interface ComponentVisitorExceptionpublic void visit(WildcardComponent component) throws Exception
visit in interface ComponentVisitorExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.