org.jbind.xml.schema.cmp
Class ComponentVisitor

java.lang.Object
  extended byorg.jbind.xml.schema.cmp.ComponentVisitor
All Implemented Interfaces:
IComponentVisitor
Direct Known Subclasses:
AbstractCartridge, BindingVisitor, MarshalVisitor

public abstract class ComponentVisitor
extends java.lang.Object
implements IComponentVisitor


Constructor Summary
ComponentVisitor()
           
 
Method Summary
protected  void doAfterVisit(IComponent aComponent)
           
protected  void doBeforeVisit(IComponent aComponent)
           
protected  void doVisitAllDeclEnd(IAllDecl aComponent)
           
protected  boolean doVisitAllDeclStart(IAllDecl aComponent)
           
protected  void doVisitAllDescEnd(IAllDesc aComponent)
           
protected  boolean doVisitAllDescStart(IAllDesc aComponent)
           
protected  void doVisitAllRefEnd(IAllRef aComponent)
           
protected  boolean doVisitAllRefStart(IAllRef aComponent)
           
protected  void doVisitAnySimpleTypeEnd(IAnySimpleType aComponent)
           
protected  boolean doVisitAnySimpleTypeStart(IAnySimpleType aComponent)
           
protected  void doVisitAnyTypeEnd(IAnyType aComponent)
           
protected  boolean doVisitAnyTypeStart(IAnyType aComponent)
           
protected  void doVisitAtomicTypeEnd(IAtomicType aComponent)
           
protected  boolean doVisitAtomicTypeStart(IAtomicType aComponent)
           
protected  void doVisitAttrDeclEnd(IAttrDecl aComponent)
           
protected  boolean doVisitAttrDeclStart(IAttrDecl aComponent)
           
protected  void doVisitAttrDescEnd(IAttrDesc aComponent)
           
protected  boolean doVisitAttrDescStart(IAttrDesc aComponent)
           
protected  void doVisitAttrGroupDeclEnd(IAttrGroupDecl aComponent)
           
protected  boolean doVisitAttrGroupDeclStart(IAttrGroupDecl aComponent)
           
protected  void doVisitAttrGroupDescEnd(IAttrGroupDesc aComponent)
           
protected  boolean doVisitAttrGroupDescStart(IAttrGroupDesc aComponent)
           
protected  void doVisitAttrGroupRefEnd(IAttrGroupRef aComponent)
           
protected  boolean doVisitAttrGroupRefStart(IAttrGroupRef aComponent)
           
protected  void doVisitAttrRefEnd(IAttrRef aComponent)
           
protected  void doVisitAttrRefOrDeclEnd(IAttrRefOrDecl aComponent)
           
protected  boolean doVisitAttrRefOrDeclStart(IAttrRefOrDecl aComponent)
           
protected  boolean doVisitAttrRefStart(IAttrRef aComponent)
           
protected  void doVisitAttrWildcardEnd(IAttrWildcard aComponent)
           
protected  boolean doVisitAttrWildcardStart(IAttrWildcard aComponent)
           
protected  void doVisitChoiceDeclEnd(IChoiceDecl aComponent)
           
protected  boolean doVisitChoiceDeclStart(IChoiceDecl aComponent)
           
protected  void doVisitChoiceDescEnd(IChoiceDesc aComponent)
           
protected  boolean doVisitChoiceDescStart(IChoiceDesc aComponent)
           
protected  void doVisitChoiceRefEnd(IChoiceRef aComponent)
           
protected  boolean doVisitChoiceRefStart(IChoiceRef aComponent)
           
protected  void doVisitComplexTypeEnd(IComplexType aComponent)
           
protected  boolean doVisitComplexTypeStart(IComplexType aComponent)
           
protected  void doVisitComponentEnd(IComponent aComponent)
           
protected  boolean doVisitComponentStart(IComponent aComponent)
           
protected  void doVisitContentDescEnd(IContentDesc aComponent)
           
protected  boolean doVisitContentDescStart(IContentDesc aComponent)
           
protected  void doVisitElemDeclEnd(IElemDecl aComponent)
           
protected  boolean doVisitElemDeclStart(IElemDecl aComponent)
           
protected  void doVisitElemDescEnd(IElemDesc aComponent)
           
protected  boolean doVisitElemDescStart(IElemDesc aComponent)
           
protected  void doVisitElemGroupDescEnd(IElemGroupDesc aComponent)
           
protected  boolean doVisitElemGroupDescStart(IElemGroupDesc aComponent)
           
protected  void doVisitElemRefEnd(IElemRef aComponent)
           
protected  void doVisitElemRefOrDeclEnd(IElemRefOrDecl aComponent)
           
protected  boolean doVisitElemRefOrDeclStart(IElemRefOrDecl aComponent)
           
protected  boolean doVisitElemRefStart(IElemRef aComponent)
           
protected  void doVisitElemWildcardEnd(IElemWildcard aComponent)
           
protected  boolean doVisitElemWildcardStart(IElemWildcard aComponent)
           
protected  void doVisitListTypeEnd(IListType aComponent)
           
protected  boolean doVisitListTypeStart(IListType aComponent)
           
protected  void doVisitNotationEnd(INotation aComponent)
           
protected  boolean doVisitNotationStart(INotation aComponent)
           
protected  void doVisitSequenceDeclEnd(ISequenceDecl aComponent)
           
protected  boolean doVisitSequenceDeclStart(ISequenceDecl aComponent)
           
protected  void doVisitSequenceDescEnd(ISequenceDesc aComponent)
           
protected  boolean doVisitSequenceDescStart(ISequenceDesc aComponent)
           
protected  void doVisitSequenceRefEnd(ISequenceRef aComponent)
           
protected  boolean doVisitSequenceRefStart(ISequenceRef aComponent)
           
protected  void doVisitUnionTypeEnd(IUnionType aComponent)
           
protected  boolean doVisitUnionTypeStart(IUnionType aComponent)
           
 boolean shallVisitSubComponents()
           
 void visitAllDeclEnd(IAllDecl aComponent)
           
 void visitAllDeclStart(IAllDecl aComponent)
           
 void visitAllRefEnd(IAllRef aComponent)
           
 void visitAllRefStart(IAllRef aComponent)
           
 void visitAnySimpleTypeEnd(IAnySimpleType aComponent)
           
 void visitAnySimpleTypeStart(IAnySimpleType aComponent)
           
 void visitAnyTypeEnd(IAnyType aComponent)
           
 void visitAnyTypeStart(IAnyType aComponent)
           
 void visitAtomicTypeEnd(IAtomicType aComponent)
           
 void visitAtomicTypeStart(IAtomicType aComponent)
           
 void visitAttrDeclEnd(IAttrDecl aComponent)
           
 void visitAttrDeclStart(IAttrDecl aComponent)
           
 void visitAttrGroupDeclEnd(IAttrGroupDecl aComponent)
           
 void visitAttrGroupDeclStart(IAttrGroupDecl aComponent)
           
 void visitAttrGroupRefEnd(IAttrGroupRef aComponent)
           
 void visitAttrGroupRefStart(IAttrGroupRef aComponent)
           
 void visitAttrRefEnd(IAttrRef aComponent)
           
 void visitAttrRefStart(IAttrRef aComponent)
           
 void visitAttrWildcardEnd(IAttrWildcard aComponent)
           
 void visitAttrWildcardStart(IAttrWildcard aComponent)
           
 void visitChoiceDeclEnd(IChoiceDecl aComponent)
           
 void visitChoiceDeclStart(IChoiceDecl aComponent)
           
 void visitChoiceRefEnd(IChoiceRef aComponent)
           
 void visitChoiceRefStart(IChoiceRef aComponent)
           
 void visitComplexTypeEnd(IComplexType aComponent)
           
 void visitComplexTypeStart(IComplexType aComponent)
           
 void visitElemDeclEnd(IElemDecl aComponent)
           
 void visitElemDeclStart(IElemDecl aComponent)
           
 void visitElemRefEnd(IElemRef aComponent)
           
 void visitElemRefStart(IElemRef aComponent)
           
 void visitElemWildcardEnd(IElemWildcard aComponent)
           
 void visitElemWildcardStart(IElemWildcard aComponent)
           
 void visitListTypeEnd(IListType aComponent)
           
 void visitListTypeStart(IListType aComponent)
           
 void visitNotationEnd(INotation aComponent)
           
 void visitNotationStart(INotation aComponent)
           
 void visitSequenceDeclEnd(ISequenceDecl aComponent)
           
 void visitSequenceDeclStart(ISequenceDecl aComponent)
           
 void visitSequenceRefEnd(ISequenceRef aComponent)
           
 void visitSequenceRefStart(ISequenceRef aComponent)
           
 void visitUnionTypeEnd(IUnionType aComponent)
           
 void visitUnionTypeStart(IUnionType aComponent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentVisitor

public ComponentVisitor()
Method Detail

shallVisitSubComponents

public boolean shallVisitSubComponents()
Specified by:
shallVisitSubComponents in interface IComponentVisitor

visitAttrDeclEnd

public void visitAttrDeclEnd(IAttrDecl aComponent)
                      throws XmlException
Specified by:
visitAttrDeclEnd in interface IComponentVisitor
Throws:
XmlException

visitAttrDeclStart

public void visitAttrDeclStart(IAttrDecl aComponent)
                        throws XmlException
Specified by:
visitAttrDeclStart in interface IComponentVisitor
Throws:
XmlException

visitAttrRefEnd

public void visitAttrRefEnd(IAttrRef aComponent)
                     throws XmlException
Specified by:
visitAttrRefEnd in interface IComponentVisitor
Throws:
XmlException

visitAttrRefStart

public void visitAttrRefStart(IAttrRef aComponent)
                       throws XmlException
Specified by:
visitAttrRefStart in interface IComponentVisitor
Throws:
XmlException

visitAttrWildcardEnd

public void visitAttrWildcardEnd(IAttrWildcard aComponent)
                          throws XmlException
Specified by:
visitAttrWildcardEnd in interface IComponentVisitor
Throws:
XmlException

visitAttrWildcardStart

public void visitAttrWildcardStart(IAttrWildcard aComponent)
                            throws XmlException
Specified by:
visitAttrWildcardStart in interface IComponentVisitor
Throws:
XmlException

visitAttrGroupDeclEnd

public void visitAttrGroupDeclEnd(IAttrGroupDecl aComponent)
                           throws XmlException
Specified by:
visitAttrGroupDeclEnd in interface IComponentVisitor
Throws:
XmlException

visitAttrGroupDeclStart

public void visitAttrGroupDeclStart(IAttrGroupDecl aComponent)
                             throws XmlException
Specified by:
visitAttrGroupDeclStart in interface IComponentVisitor
Throws:
XmlException

visitAttrGroupRefEnd

public void visitAttrGroupRefEnd(IAttrGroupRef aComponent)
                          throws XmlException
Specified by:
visitAttrGroupRefEnd in interface IComponentVisitor
Throws:
XmlException

visitAttrGroupRefStart

public void visitAttrGroupRefStart(IAttrGroupRef aComponent)
                            throws XmlException
Specified by:
visitAttrGroupRefStart in interface IComponentVisitor
Throws:
XmlException

visitElemDeclEnd

public void visitElemDeclEnd(IElemDecl aComponent)
                      throws XmlException
Specified by:
visitElemDeclEnd in interface IComponentVisitor
Throws:
XmlException

visitElemDeclStart

public void visitElemDeclStart(IElemDecl aComponent)
                        throws XmlException
Specified by:
visitElemDeclStart in interface IComponentVisitor
Throws:
XmlException

visitElemRefEnd

public void visitElemRefEnd(IElemRef aComponent)
                     throws XmlException
Specified by:
visitElemRefEnd in interface IComponentVisitor
Throws:
XmlException

visitElemRefStart

public void visitElemRefStart(IElemRef aComponent)
                       throws XmlException
Specified by:
visitElemRefStart in interface IComponentVisitor
Throws:
XmlException

visitElemWildcardEnd

public void visitElemWildcardEnd(IElemWildcard aComponent)
                          throws XmlException
Specified by:
visitElemWildcardEnd in interface IComponentVisitor
Throws:
XmlException

visitElemWildcardStart

public void visitElemWildcardStart(IElemWildcard aComponent)
                            throws XmlException
Specified by:
visitElemWildcardStart in interface IComponentVisitor
Throws:
XmlException

visitAllRefEnd

public void visitAllRefEnd(IAllRef aComponent)
                    throws XmlException
Specified by:
visitAllRefEnd in interface IComponentVisitor
Throws:
XmlException

visitAllRefStart

public void visitAllRefStart(IAllRef aComponent)
                      throws XmlException
Specified by:
visitAllRefStart in interface IComponentVisitor
Throws:
XmlException

visitChoiceRefEnd

public void visitChoiceRefEnd(IChoiceRef aComponent)
                       throws XmlException
Specified by:
visitChoiceRefEnd in interface IComponentVisitor
Throws:
XmlException

visitChoiceRefStart

public void visitChoiceRefStart(IChoiceRef aComponent)
                         throws XmlException
Specified by:
visitChoiceRefStart in interface IComponentVisitor
Throws:
XmlException

visitSequenceRefEnd

public void visitSequenceRefEnd(ISequenceRef aComponent)
                         throws XmlException
Specified by:
visitSequenceRefEnd in interface IComponentVisitor
Throws:
XmlException

visitSequenceRefStart

public void visitSequenceRefStart(ISequenceRef aComponent)
                           throws XmlException
Specified by:
visitSequenceRefStart in interface IComponentVisitor
Throws:
XmlException

visitAllDeclEnd

public void visitAllDeclEnd(IAllDecl aComponent)
                     throws XmlException
Specified by:
visitAllDeclEnd in interface IComponentVisitor
Throws:
XmlException

visitAllDeclStart

public void visitAllDeclStart(IAllDecl aComponent)
                       throws XmlException
Specified by:
visitAllDeclStart in interface IComponentVisitor
Throws:
XmlException

visitChoiceDeclEnd

public void visitChoiceDeclEnd(IChoiceDecl aComponent)
                        throws XmlException
Specified by:
visitChoiceDeclEnd in interface IComponentVisitor
Throws:
XmlException

visitChoiceDeclStart

public void visitChoiceDeclStart(IChoiceDecl aComponent)
                          throws XmlException
Specified by:
visitChoiceDeclStart in interface IComponentVisitor
Throws:
XmlException

visitSequenceDeclEnd

public void visitSequenceDeclEnd(ISequenceDecl aComponent)
                          throws XmlException
Specified by:
visitSequenceDeclEnd in interface IComponentVisitor
Throws:
XmlException

visitSequenceDeclStart

public void visitSequenceDeclStart(ISequenceDecl aComponent)
                            throws XmlException
Specified by:
visitSequenceDeclStart in interface IComponentVisitor
Throws:
XmlException

visitAnyTypeEnd

public void visitAnyTypeEnd(IAnyType aComponent)
                     throws XmlException
Specified by:
visitAnyTypeEnd in interface IComponentVisitor
Throws:
XmlException

visitAnyTypeStart

public void visitAnyTypeStart(IAnyType aComponent)
                       throws XmlException
Specified by:
visitAnyTypeStart in interface IComponentVisitor
Throws:
XmlException

visitComplexTypeEnd

public void visitComplexTypeEnd(IComplexType aComponent)
                         throws XmlException
Specified by:
visitComplexTypeEnd in interface IComponentVisitor
Throws:
XmlException

visitComplexTypeStart

public void visitComplexTypeStart(IComplexType aComponent)
                           throws XmlException
Specified by:
visitComplexTypeStart in interface IComponentVisitor
Throws:
XmlException

visitNotationEnd

public void visitNotationEnd(INotation aComponent)
                      throws XmlException
Specified by:
visitNotationEnd in interface IComponentVisitor
Throws:
XmlException

visitNotationStart

public void visitNotationStart(INotation aComponent)
                        throws XmlException
Specified by:
visitNotationStart in interface IComponentVisitor
Throws:
XmlException

visitAnySimpleTypeEnd

public void visitAnySimpleTypeEnd(IAnySimpleType aComponent)
                           throws XmlException
Specified by:
visitAnySimpleTypeEnd in interface IComponentVisitor
Throws:
XmlException

visitAnySimpleTypeStart

public void visitAnySimpleTypeStart(IAnySimpleType aComponent)
                             throws XmlException
Specified by:
visitAnySimpleTypeStart in interface IComponentVisitor
Throws:
XmlException

visitAtomicTypeEnd

public void visitAtomicTypeEnd(IAtomicType aComponent)
                        throws XmlException
Specified by:
visitAtomicTypeEnd in interface IComponentVisitor
Throws:
XmlException

visitAtomicTypeStart

public void visitAtomicTypeStart(IAtomicType aComponent)
                          throws XmlException
Specified by:
visitAtomicTypeStart in interface IComponentVisitor
Throws:
XmlException

visitListTypeEnd

public void visitListTypeEnd(IListType aComponent)
                      throws XmlException
Specified by:
visitListTypeEnd in interface IComponentVisitor
Throws:
XmlException

visitListTypeStart

public void visitListTypeStart(IListType aComponent)
                        throws XmlException
Specified by:
visitListTypeStart in interface IComponentVisitor
Throws:
XmlException

visitUnionTypeEnd

public void visitUnionTypeEnd(IUnionType aComponent)
                       throws XmlException
Specified by:
visitUnionTypeEnd in interface IComponentVisitor
Throws:
XmlException

visitUnionTypeStart

public void visitUnionTypeStart(IUnionType aComponent)
                         throws XmlException
Specified by:
visitUnionTypeStart in interface IComponentVisitor
Throws:
XmlException

doBeforeVisit

protected void doBeforeVisit(IComponent aComponent)
                      throws XmlException
Throws:
XmlException

doAfterVisit

protected void doAfterVisit(IComponent aComponent)
                     throws XmlException
Throws:
XmlException

doVisitComponentStart

protected boolean doVisitComponentStart(IComponent aComponent)
                                 throws XmlException
Throws:
XmlException

doVisitComponentEnd

protected void doVisitComponentEnd(IComponent aComponent)
                            throws XmlException
Throws:
XmlException

doVisitAttrDescStart

protected boolean doVisitAttrDescStart(IAttrDesc aComponent)
                                throws XmlException
Throws:
XmlException

doVisitAttrDescEnd

protected void doVisitAttrDescEnd(IAttrDesc aComponent)
                           throws XmlException
Throws:
XmlException

doVisitAttrRefOrDeclStart

protected boolean doVisitAttrRefOrDeclStart(IAttrRefOrDecl aComponent)
                                     throws XmlException
Throws:
XmlException

doVisitAttrRefOrDeclEnd

protected void doVisitAttrRefOrDeclEnd(IAttrRefOrDecl aComponent)
                                throws XmlException
Throws:
XmlException

doVisitAttrDeclStart

protected boolean doVisitAttrDeclStart(IAttrDecl aComponent)
                                throws XmlException
Throws:
XmlException

doVisitAttrDeclEnd

protected void doVisitAttrDeclEnd(IAttrDecl aComponent)
                           throws XmlException
Throws:
XmlException

doVisitAttrRefStart

protected boolean doVisitAttrRefStart(IAttrRef aComponent)
                               throws XmlException
Throws:
XmlException

doVisitAttrRefEnd

protected void doVisitAttrRefEnd(IAttrRef aComponent)
                          throws XmlException
Throws:
XmlException

doVisitAttrWildcardStart

protected boolean doVisitAttrWildcardStart(IAttrWildcard aComponent)
                                    throws XmlException
Throws:
XmlException

doVisitAttrWildcardEnd

protected void doVisitAttrWildcardEnd(IAttrWildcard aComponent)
                               throws XmlException
Throws:
XmlException

doVisitAttrGroupDescStart

protected boolean doVisitAttrGroupDescStart(IAttrGroupDesc aComponent)
                                     throws XmlException
Throws:
XmlException

doVisitAttrGroupDescEnd

protected void doVisitAttrGroupDescEnd(IAttrGroupDesc aComponent)
                                throws XmlException
Throws:
XmlException

doVisitAttrGroupDeclStart

protected boolean doVisitAttrGroupDeclStart(IAttrGroupDecl aComponent)
                                     throws XmlException
Throws:
XmlException

doVisitAttrGroupDeclEnd

protected void doVisitAttrGroupDeclEnd(IAttrGroupDecl aComponent)
                                throws XmlException
Throws:
XmlException

doVisitAttrGroupRefStart

protected boolean doVisitAttrGroupRefStart(IAttrGroupRef aComponent)
                                    throws XmlException
Throws:
XmlException

doVisitAttrGroupRefEnd

protected void doVisitAttrGroupRefEnd(IAttrGroupRef aComponent)
                               throws XmlException
Throws:
XmlException

doVisitContentDescStart

protected boolean doVisitContentDescStart(IContentDesc aComponent)
                                   throws XmlException
Throws:
XmlException

doVisitContentDescEnd

protected void doVisitContentDescEnd(IContentDesc aComponent)
                              throws XmlException
Throws:
XmlException

doVisitElemDescStart

protected boolean doVisitElemDescStart(IElemDesc aComponent)
                                throws XmlException
Throws:
XmlException

doVisitElemDescEnd

protected void doVisitElemDescEnd(IElemDesc aComponent)
                           throws XmlException
Throws:
XmlException

doVisitElemRefOrDeclStart

protected boolean doVisitElemRefOrDeclStart(IElemRefOrDecl aComponent)
                                     throws XmlException
Throws:
XmlException

doVisitElemRefOrDeclEnd

protected void doVisitElemRefOrDeclEnd(IElemRefOrDecl aComponent)
                                throws XmlException
Throws:
XmlException

doVisitElemRefStart

protected boolean doVisitElemRefStart(IElemRef aComponent)
                               throws XmlException
Throws:
XmlException

doVisitElemRefEnd

protected void doVisitElemRefEnd(IElemRef aComponent)
                          throws XmlException
Throws:
XmlException

doVisitElemDeclStart

protected boolean doVisitElemDeclStart(IElemDecl aComponent)
                                throws XmlException
Throws:
XmlException

doVisitElemDeclEnd

protected void doVisitElemDeclEnd(IElemDecl aComponent)
                           throws XmlException
Throws:
XmlException

doVisitElemWildcardStart

protected boolean doVisitElemWildcardStart(IElemWildcard aComponent)
                                    throws XmlException
Throws:
XmlException

doVisitElemWildcardEnd

protected void doVisitElemWildcardEnd(IElemWildcard aComponent)
                               throws XmlException
Throws:
XmlException

doVisitElemGroupDescStart

protected boolean doVisitElemGroupDescStart(IElemGroupDesc aComponent)
                                     throws XmlException
Throws:
XmlException

doVisitElemGroupDescEnd

protected void doVisitElemGroupDescEnd(IElemGroupDesc aComponent)
                                throws XmlException
Throws:
XmlException

doVisitAllDescStart

protected boolean doVisitAllDescStart(IAllDesc aComponent)
                               throws XmlException
Throws:
XmlException

doVisitAllDescEnd

protected void doVisitAllDescEnd(IAllDesc aComponent)
                          throws XmlException
Throws:
XmlException

doVisitChoiceDescStart

protected boolean doVisitChoiceDescStart(IChoiceDesc aComponent)
                                  throws XmlException
Throws:
XmlException

doVisitChoiceDescEnd

protected void doVisitChoiceDescEnd(IChoiceDesc aComponent)
                             throws XmlException
Throws:
XmlException

doVisitSequenceDescStart

protected boolean doVisitSequenceDescStart(ISequenceDesc aComponent)
                                    throws XmlException
Throws:
XmlException

doVisitSequenceDescEnd

protected void doVisitSequenceDescEnd(ISequenceDesc aComponent)
                               throws XmlException
Throws:
XmlException

doVisitAllRefStart

protected boolean doVisitAllRefStart(IAllRef aComponent)
                              throws XmlException
Throws:
XmlException

doVisitAllRefEnd

protected void doVisitAllRefEnd(IAllRef aComponent)
                         throws XmlException
Throws:
XmlException

doVisitChoiceRefStart

protected boolean doVisitChoiceRefStart(IChoiceRef aComponent)
                                 throws XmlException
Throws:
XmlException

doVisitChoiceRefEnd

protected void doVisitChoiceRefEnd(IChoiceRef aComponent)
                            throws XmlException
Throws:
XmlException

doVisitSequenceRefStart

protected boolean doVisitSequenceRefStart(ISequenceRef aComponent)
                                   throws XmlException
Throws:
XmlException

doVisitSequenceRefEnd

protected void doVisitSequenceRefEnd(ISequenceRef aComponent)
                              throws XmlException
Throws:
XmlException

doVisitAllDeclStart

protected boolean doVisitAllDeclStart(IAllDecl aComponent)
                               throws XmlException
Throws:
XmlException

doVisitAllDeclEnd

protected void doVisitAllDeclEnd(IAllDecl aComponent)
                          throws XmlException
Throws:
XmlException

doVisitChoiceDeclStart

protected boolean doVisitChoiceDeclStart(IChoiceDecl aComponent)
                                  throws XmlException
Throws:
XmlException

doVisitChoiceDeclEnd

protected void doVisitChoiceDeclEnd(IChoiceDecl aComponent)
                             throws XmlException
Throws:
XmlException

doVisitSequenceDeclStart

protected boolean doVisitSequenceDeclStart(ISequenceDecl aComponent)
                                    throws XmlException
Throws:
XmlException

doVisitSequenceDeclEnd

protected void doVisitSequenceDeclEnd(ISequenceDecl aComponent)
                               throws XmlException
Throws:
XmlException

doVisitAnyTypeStart

protected boolean doVisitAnyTypeStart(IAnyType aComponent)
                               throws XmlException
Throws:
XmlException

doVisitAnyTypeEnd

protected void doVisitAnyTypeEnd(IAnyType aComponent)
                          throws XmlException
Throws:
XmlException

doVisitComplexTypeStart

protected boolean doVisitComplexTypeStart(IComplexType aComponent)
                                   throws XmlException
Throws:
XmlException

doVisitComplexTypeEnd

protected void doVisitComplexTypeEnd(IComplexType aComponent)
                              throws XmlException
Throws:
XmlException

doVisitAnySimpleTypeStart

protected boolean doVisitAnySimpleTypeStart(IAnySimpleType aComponent)
                                     throws XmlException
Throws:
XmlException

doVisitAnySimpleTypeEnd

protected void doVisitAnySimpleTypeEnd(IAnySimpleType aComponent)
                                throws XmlException
Throws:
XmlException

doVisitUnionTypeStart

protected boolean doVisitUnionTypeStart(IUnionType aComponent)
                                 throws XmlException
Throws:
XmlException

doVisitUnionTypeEnd

protected void doVisitUnionTypeEnd(IUnionType aComponent)
                            throws XmlException
Throws:
XmlException

doVisitAtomicTypeStart

protected boolean doVisitAtomicTypeStart(IAtomicType aComponent)
                                  throws XmlException
Throws:
XmlException

doVisitAtomicTypeEnd

protected void doVisitAtomicTypeEnd(IAtomicType aComponent)
                             throws XmlException
Throws:
XmlException

doVisitListTypeStart

protected boolean doVisitListTypeStart(IListType aComponent)
                                throws XmlException
Throws:
XmlException

doVisitListTypeEnd

protected void doVisitListTypeEnd(IListType aComponent)
                           throws XmlException
Throws:
XmlException

doVisitNotationStart

protected boolean doVisitNotationStart(INotation aComponent)
                                throws XmlException
Throws:
XmlException

doVisitNotationEnd

protected void doVisitNotationEnd(INotation aComponent)
                           throws XmlException
Throws:
XmlException