Class NoopXmlSchemaVisitor

  • All Implemented Interfaces:
    org.apache.ws.commons.schema.walker.XmlSchemaVisitor
    Direct Known Subclasses:
    XsdModelConverter

    public class NoopXmlSchemaVisitor
    extends Object
    implements org.apache.ws.commons.schema.walker.XmlSchemaVisitor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onEndAttributes​(org.apache.ws.commons.schema.XmlSchemaElement xmlSchemaElement, org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo xmlSchemaTypeInfo)  
      void onEnterAllGroup​(org.apache.ws.commons.schema.XmlSchemaAll xmlSchemaAll)  
      void onEnterChoiceGroup​(org.apache.ws.commons.schema.XmlSchemaChoice xmlSchemaChoice)  
      void onEnterElement​(org.apache.ws.commons.schema.XmlSchemaElement xmlSchemaElement, org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo xmlSchemaTypeInfo, boolean b)  
      void onEnterSequenceGroup​(org.apache.ws.commons.schema.XmlSchemaSequence xmlSchemaSequence)  
      void onEnterSubstitutionGroup​(org.apache.ws.commons.schema.XmlSchemaElement xmlSchemaElement)  
      void onExitAllGroup​(org.apache.ws.commons.schema.XmlSchemaAll xmlSchemaAll)  
      void onExitChoiceGroup​(org.apache.ws.commons.schema.XmlSchemaChoice xmlSchemaChoice)  
      void onExitElement​(org.apache.ws.commons.schema.XmlSchemaElement xmlSchemaElement, org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo xmlSchemaTypeInfo, boolean b)  
      void onExitSequenceGroup​(org.apache.ws.commons.schema.XmlSchemaSequence xmlSchemaSequence)  
      void onExitSubstitutionGroup​(org.apache.ws.commons.schema.XmlSchemaElement xmlSchemaElement)  
      void onVisitAny​(org.apache.ws.commons.schema.XmlSchemaAny xmlSchemaAny)  
      void onVisitAnyAttribute​(org.apache.ws.commons.schema.XmlSchemaElement xmlSchemaElement, org.apache.ws.commons.schema.XmlSchemaAnyAttribute xmlSchemaAnyAttribute)  
      void onVisitAttribute​(org.apache.ws.commons.schema.XmlSchemaElement xmlSchemaElement, org.apache.ws.commons.schema.walker.XmlSchemaAttrInfo xmlSchemaAttrInfo)  
    • Constructor Detail

      • NoopXmlSchemaVisitor

        public NoopXmlSchemaVisitor()
    • Method Detail

      • onEnterElement

        public void onEnterElement​(org.apache.ws.commons.schema.XmlSchemaElement xmlSchemaElement,
                                   org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo xmlSchemaTypeInfo,
                                   boolean b)
        Specified by:
        onEnterElement in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
      • onExitElement

        public void onExitElement​(org.apache.ws.commons.schema.XmlSchemaElement xmlSchemaElement,
                                  org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo xmlSchemaTypeInfo,
                                  boolean b)
        Specified by:
        onExitElement in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
      • onVisitAttribute

        public void onVisitAttribute​(org.apache.ws.commons.schema.XmlSchemaElement xmlSchemaElement,
                                     org.apache.ws.commons.schema.walker.XmlSchemaAttrInfo xmlSchemaAttrInfo)
        Specified by:
        onVisitAttribute in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
      • onEndAttributes

        public void onEndAttributes​(org.apache.ws.commons.schema.XmlSchemaElement xmlSchemaElement,
                                    org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo xmlSchemaTypeInfo)
        Specified by:
        onEndAttributes in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
      • onEnterSubstitutionGroup

        public void onEnterSubstitutionGroup​(org.apache.ws.commons.schema.XmlSchemaElement xmlSchemaElement)
        Specified by:
        onEnterSubstitutionGroup in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
      • onExitSubstitutionGroup

        public void onExitSubstitutionGroup​(org.apache.ws.commons.schema.XmlSchemaElement xmlSchemaElement)
        Specified by:
        onExitSubstitutionGroup in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
      • onEnterAllGroup

        public void onEnterAllGroup​(org.apache.ws.commons.schema.XmlSchemaAll xmlSchemaAll)
        Specified by:
        onEnterAllGroup in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
      • onExitAllGroup

        public void onExitAllGroup​(org.apache.ws.commons.schema.XmlSchemaAll xmlSchemaAll)
        Specified by:
        onExitAllGroup in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
      • onEnterChoiceGroup

        public void onEnterChoiceGroup​(org.apache.ws.commons.schema.XmlSchemaChoice xmlSchemaChoice)
        Specified by:
        onEnterChoiceGroup in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
      • onExitChoiceGroup

        public void onExitChoiceGroup​(org.apache.ws.commons.schema.XmlSchemaChoice xmlSchemaChoice)
        Specified by:
        onExitChoiceGroup in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
      • onEnterSequenceGroup

        public void onEnterSequenceGroup​(org.apache.ws.commons.schema.XmlSchemaSequence xmlSchemaSequence)
        Specified by:
        onEnterSequenceGroup in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
      • onExitSequenceGroup

        public void onExitSequenceGroup​(org.apache.ws.commons.schema.XmlSchemaSequence xmlSchemaSequence)
        Specified by:
        onExitSequenceGroup in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
      • onVisitAny

        public void onVisitAny​(org.apache.ws.commons.schema.XmlSchemaAny xmlSchemaAny)
        Specified by:
        onVisitAny in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
      • onVisitAnyAttribute

        public void onVisitAnyAttribute​(org.apache.ws.commons.schema.XmlSchemaElement xmlSchemaElement,
                                        org.apache.ws.commons.schema.XmlSchemaAnyAttribute xmlSchemaAnyAttribute)
        Specified by:
        onVisitAnyAttribute in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor