Package com.sun.xml.rpc.processor.schema
Interface ComponentVisitor
-
- All Known Implementing Classes:
ComponentWriter
public interface ComponentVisitor- Author:
- JAX-RPC Development Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(AnnotationComponent component)voidvisit(AttributeDeclarationComponent component)voidvisit(AttributeGroupDefinitionComponent component)voidvisit(AttributeUseComponent component)voidvisit(ComplexTypeDefinitionComponent component)voidvisit(ElementDeclarationComponent component)voidvisit(IdentityConstraintDefinitionComponent component)voidvisit(ModelGroupComponent component)voidvisit(ModelGroupDefinitionComponent component)voidvisit(NotationDeclarationComponent component)voidvisit(ParticleComponent component)voidvisit(SimpleTypeDefinitionComponent component)voidvisit(WildcardComponent component)
-
-
-
Method Detail
-
visit
void visit(AnnotationComponent component) throws Exception
- Throws:
Exception
-
visit
void visit(AttributeDeclarationComponent component) throws Exception
- Throws:
Exception
-
visit
void visit(AttributeGroupDefinitionComponent component) throws Exception
- Throws:
Exception
-
visit
void visit(AttributeUseComponent component) throws Exception
- Throws:
Exception
-
visit
void visit(ComplexTypeDefinitionComponent component) throws Exception
- Throws:
Exception
-
visit
void visit(ElementDeclarationComponent component) throws Exception
- Throws:
Exception
-
visit
void visit(IdentityConstraintDefinitionComponent component) throws Exception
- Throws:
Exception
-
visit
void visit(ModelGroupComponent component) throws Exception
- Throws:
Exception
-
visit
void visit(ModelGroupDefinitionComponent component) throws Exception
- Throws:
Exception
-
visit
void visit(NotationDeclarationComponent component) throws Exception
- Throws:
Exception
-
visit
void visit(ParticleComponent component) throws Exception
- Throws:
Exception
-
visit
void visit(SimpleTypeDefinitionComponent component) throws Exception
- Throws:
Exception
-
visit
void visit(WildcardComponent component) throws Exception
- Throws:
Exception
-
-