Package com.sun.xml.rpc.processor.util
Class ComponentWriter
- java.lang.Object
-
- com.sun.xml.rpc.processor.util.ComponentWriter
-
- All Implemented Interfaces:
ComponentVisitor
public class ComponentWriter extends Object implements ComponentVisitor
- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description ComponentWriter(IndentingWriter w)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
ComponentWriter
public ComponentWriter(IndentingWriter w)
-
-
Method Detail
-
visit
public void visit(AnnotationComponent component) throws Exception
- Specified by:
visit
in interfaceComponentVisitor
- Throws:
Exception
-
visit
public void visit(AttributeDeclarationComponent component) throws Exception
- Specified by:
visit
in interfaceComponentVisitor
- Throws:
Exception
-
visit
public void visit(AttributeGroupDefinitionComponent component) throws Exception
- Specified by:
visit
in interfaceComponentVisitor
- Throws:
Exception
-
visit
public void visit(AttributeUseComponent component) throws Exception
- Specified by:
visit
in interfaceComponentVisitor
- Throws:
Exception
-
visit
public void visit(ComplexTypeDefinitionComponent component) throws Exception
- Specified by:
visit
in interfaceComponentVisitor
- Throws:
Exception
-
visit
public void visit(ElementDeclarationComponent component) throws Exception
- Specified by:
visit
in interfaceComponentVisitor
- Throws:
Exception
-
visit
public void visit(IdentityConstraintDefinitionComponent component) throws Exception
- Specified by:
visit
in interfaceComponentVisitor
- Throws:
Exception
-
visit
public void visit(ModelGroupComponent component) throws Exception
- Specified by:
visit
in interfaceComponentVisitor
- Throws:
Exception
-
visit
public void visit(ModelGroupDefinitionComponent component) throws Exception
- Specified by:
visit
in interfaceComponentVisitor
- Throws:
Exception
-
visit
public void visit(NotationDeclarationComponent component) throws Exception
- Specified by:
visit
in interfaceComponentVisitor
- Throws:
Exception
-
visit
public void visit(ParticleComponent component) throws Exception
- Specified by:
visit
in interfaceComponentVisitor
- Throws:
Exception
-
visit
public void visit(SimpleTypeDefinitionComponent component) throws Exception
- Specified by:
visit
in interfaceComponentVisitor
- Throws:
Exception
-
visit
public void visit(WildcardComponent component) throws Exception
- Specified by:
visit
in interfaceComponentVisitor
- Throws:
Exception
-
-