abstract class com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser extends com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractTraverser
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser
  super_class: com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractTraverser
{
  com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser$ParticleArray fPArray;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractParticleTraverser$ParticleArray;
    flags: (0x0000) 

  void <init>(com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler, com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser this
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler handler
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker gAttrCheck
         0: .line 46
            aload 0 /* this */
            aload 1 /* handler */
            aload 2 /* gAttrCheck */
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractTraverser.<init>:(Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker;)V
         1: .line 384
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser$ParticleArray
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser$ParticleArray.<init>:()V
            putfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.fPArray:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractParticleTraverser$ParticleArray;
         2: .line 47
            return
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker gAttrCheck
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler handler
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractParticleTraverser;
            0    3     1     handler  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler;
            0    3     2  gAttrCheck  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker;
    MethodParameters:
            Name  Flags
      handler     
      gAttrCheck  

  com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl traverseAll(org.w3c.dom.Element, com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo, com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar, int, com.sun.org.apache.xerces.internal.xs.XSObject);
    descriptor: (Lorg/w3c/dom/Element;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;ILcom/sun/org/apache/xerces/internal/xs/XSObject;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
    flags: (0x0000) 
    Code:
      stack=7, locals=16, args_size=6
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser this
        start local 1 // org.w3c.dom.Element allDecl
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo schemaDoc
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar grammar
        start local 4 // int allContextFlags
        start local 5 // com.sun.org.apache.xerces.internal.xs.XSObject parent
         0: .line 68
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.fAttrChecker:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker;
            aload 1 /* allDecl */
            iconst_0
            aload 2 /* schemaDoc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.checkAttributes:(Lorg/w3c/dom/Element;ZLcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;)[Ljava/lang/Object;
            astore 6 /* attrValues */
        start local 6 // java.lang.Object[] attrValues
         1: .line 70
            aload 1 /* allDecl */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getFirstChildElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;
            astore 7 /* child */
        start local 7 // org.w3c.dom.Element child
         2: .line 72
            aconst_null
            astore 8 /* annotation */
        start local 8 // com.sun.org.apache.xerces.internal.impl.xs.XSAnnotationImpl annotation
         3: .line 73
            aload 7 /* child */
            ifnull 7
            aload 7 /* child */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getLocalName:(Lorg/w3c/dom/Node;)Ljava/lang/String;
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_ANNOTATION:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         4: .line 74
            aload 0 /* this */
            aload 7 /* child */
            aload 6 /* attrValues */
            iconst_0
            aload 2 /* schemaDoc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.traverseAnnotationDecl:(Lorg/w3c/dom/Element;[Ljava/lang/Object;ZLcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSAnnotationImpl;
            astore 8 /* annotation */
         5: .line 75
            aload 7 /* child */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getNextSiblingElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;
            astore 7 /* child */
         6: .line 76
            goto 10
         7: .line 78
      StackMap locals: java.lang.Object[] org.w3c.dom.Element com.sun.org.apache.xerces.internal.impl.xs.XSAnnotationImpl
      StackMap stack:
            aload 1 /* allDecl */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getSyntheticAnnotation:(Lorg/w3c/dom/Node;)Ljava/lang/String;
            astore 9 /* text */
        start local 9 // java.lang.String text
         8: .line 79
            aload 9 /* text */
            ifnull 10
         9: .line 80
            aload 0 /* this */
            aload 1 /* allDecl */
            aload 9 /* text */
            aload 6 /* attrValues */
            iconst_0
            aload 2 /* schemaDoc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.traverseSyntheticAnnotation:(Lorg/w3c/dom/Element;Ljava/lang/String;[Ljava/lang/Object;ZLcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSAnnotationImpl;
            astore 8 /* annotation */
        end local 9 // java.lang.String text
        10: .line 83
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 9 /* childName */
        start local 9 // java.lang.String childName
        11: .line 85
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.fPArray:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractParticleTraverser$ParticleArray;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser$ParticleArray.pushContext:()V
        12: .line 87
            goto 23
        13: .line 89
      StackMap locals: java.lang.String
      StackMap stack:
            aconst_null
            astore 10 /* particle */
        start local 10 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle
        14: .line 90
            aload 7 /* child */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getLocalName:(Lorg/w3c/dom/Node;)Ljava/lang/String;
            astore 9 /* childName */
        15: .line 93
            aload 9 /* childName */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_ELEMENT:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 18
        16: .line 94
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.fSchemaHandler:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler;
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.fElementTraverser:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDElementTraverser;
            aload 7 /* child */
            aload 2 /* schemaDoc */
            aload 3 /* grammar */
            iconst_1
            aload 5 /* parent */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDElementTraverser.traverseLocal:(Lorg/w3c/dom/Element;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;ILcom/sun/org/apache/xerces/internal/xs/XSObject;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            astore 10 /* particle */
        17: .line 95
            goto 20
        18: .line 97
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
      StackMap stack:
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "all"
            aastore
            dup
            iconst_1
            ldc "(annotation?, element*)"
            aastore
            dup
            iconst_2
            aload 7 /* child */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getLocalName:(Lorg/w3c/dom/Node;)Ljava/lang/String;
            aastore
            astore 11 /* args */
        start local 11 // java.lang.Object[] args
        19: .line 98
            aload 0 /* this */
            ldc "s4s-elt-must-match.1"
            aload 11 /* args */
            aload 7 /* child */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.reportSchemaError:(Ljava/lang/String;[Ljava/lang/Object;Lorg/w3c/dom/Element;)V
        end local 11 // java.lang.Object[] args
        20: .line 101
      StackMap locals:
      StackMap stack:
            aload 10 /* particle */
            ifnull 22
        21: .line 102
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.fPArray:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractParticleTraverser$ParticleArray;
            aload 10 /* particle */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser$ParticleArray.addParticle:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;)V
        22: .line 87
      StackMap locals:
      StackMap stack:
            aload 7 /* child */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getNextSiblingElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;
            astore 7 /* child */
        end local 10 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle
      StackMap locals:
      StackMap stack:
        23: aload 7 /* child */
            ifnonnull 13
        24: .line 105
            aconst_null
            astore 10 /* particle */
        start local 10 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle
        25: .line 106
            aload 6 /* attrValues */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.ATTIDX_MINOCCURS:I
            aaload
            checkcast com.sun.org.apache.xerces.internal.impl.xs.util.XInt
            astore 11 /* minAtt */
        start local 11 // com.sun.org.apache.xerces.internal.impl.xs.util.XInt minAtt
        26: .line 107
            aload 6 /* attrValues */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.ATTIDX_MAXOCCURS:I
            aaload
            checkcast com.sun.org.apache.xerces.internal.impl.xs.util.XInt
            astore 12 /* maxAtt */
        start local 12 // com.sun.org.apache.xerces.internal.impl.xs.util.XInt maxAtt
        27: .line 108
            aload 6 /* attrValues */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.ATTIDX_FROMDEFAULT:I
            aaload
            checkcast java.lang.Long
            astore 13 /* defaultVals */
        start local 13 // java.lang.Long defaultVals
        28: .line 110
            new com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.<init>:()V
            astore 14 /* group */
        start local 14 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl group
        29: .line 111
            aload 14 /* group */
            bipush 103
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
        30: .line 112
            aload 14 /* group */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.fPArray:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractParticleTraverser$ParticleArray;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser$ParticleArray.getParticleCount:()I
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
        31: .line 113
            aload 14 /* group */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.fPArray:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractParticleTraverser$ParticleArray;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser$ParticleArray.popContext:()[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
        32: .line 115
            aload 8 /* annotation */
            ifnull 36
        33: .line 116
            new com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl.<init>:()V
            astore 15 /* annotations */
        start local 15 // com.sun.org.apache.xerces.internal.xs.XSObjectList annotations
        34: .line 117
            aload 15 /* annotations */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl
            aload 8 /* annotation */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl.addXSObject:(Lcom/sun/org/apache/xerces/internal/xs/XSObject;)V
        35: .line 118
            goto 37
        end local 15 // com.sun.org.apache.xerces.internal.xs.XSObjectList annotations
        36: .line 119
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser org.w3c.dom.Element com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar int com.sun.org.apache.xerces.internal.xs.XSObject java.lang.Object[] org.w3c.dom.Element com.sun.org.apache.xerces.internal.impl.xs.XSAnnotationImpl java.lang.String com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.util.XInt com.sun.org.apache.xerces.internal.impl.xs.util.XInt java.lang.Long com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl
      StackMap stack:
            getstatic com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl.EMPTY_LIST:Lcom/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl;
            astore 15 /* annotations */
        start local 15 // com.sun.org.apache.xerces.internal.xs.XSObjectList annotations
        37: .line 121
      StackMap locals: com.sun.org.apache.xerces.internal.xs.XSObjectList
      StackMap stack:
            aload 14 /* group */
            aload 15 /* annotations */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
        38: .line 122
            new com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.<init>:()V
            astore 10 /* particle */
        39: .line 123
            aload 10 /* particle */
            iconst_3
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
        40: .line 124
            aload 10 /* particle */
            aload 11 /* minAtt */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.util.XInt.intValue:()I
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMinOccurs:I
        41: .line 125
            aload 10 /* particle */
            aload 12 /* maxAtt */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.util.XInt.intValue:()I
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMaxOccurs:I
        42: .line 126
            aload 10 /* particle */
            aload 14 /* group */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fValue:Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
        43: .line 127
            aload 10 /* particle */
            aload 15 /* annotations */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
        44: .line 129
            aload 0 /* this */
            aload 10 /* particle */
        45: .line 130
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_ALL:Ljava/lang/String;
        46: .line 131
            aload 1 /* allDecl */
            invokeinterface org.w3c.dom.Element.getParentNode:()Lorg/w3c/dom/Node;
            checkcast org.w3c.dom.Element
        47: .line 132
            iload 4 /* allContextFlags */
        48: .line 133
            aload 13 /* defaultVals */
            invokevirtual java.lang.Long.longValue:()J
        49: .line 129
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.checkOccurrences:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Ljava/lang/String;Lorg/w3c/dom/Element;IJ)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            astore 10 /* particle */
        50: .line 134
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.fAttrChecker:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker;
            aload 6 /* attrValues */
            aload 2 /* schemaDoc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.returnAttrArray:([Ljava/lang/Object;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;)V
        51: .line 136
            aload 10 /* particle */
            areturn
        end local 15 // com.sun.org.apache.xerces.internal.xs.XSObjectList annotations
        end local 14 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl group
        end local 13 // java.lang.Long defaultVals
        end local 12 // com.sun.org.apache.xerces.internal.impl.xs.util.XInt maxAtt
        end local 11 // com.sun.org.apache.xerces.internal.impl.xs.util.XInt minAtt
        end local 10 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle
        end local 9 // java.lang.String childName
        end local 8 // com.sun.org.apache.xerces.internal.impl.xs.XSAnnotationImpl annotation
        end local 7 // org.w3c.dom.Element child
        end local 6 // java.lang.Object[] attrValues
        end local 5 // com.sun.org.apache.xerces.internal.xs.XSObject parent
        end local 4 // int allContextFlags
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar grammar
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo schemaDoc
        end local 1 // org.w3c.dom.Element allDecl
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   52     0             this  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractParticleTraverser;
            0   52     1          allDecl  Lorg/w3c/dom/Element;
            0   52     2        schemaDoc  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;
            0   52     3          grammar  Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;
            0   52     4  allContextFlags  I
            0   52     5           parent  Lcom/sun/org/apache/xerces/internal/xs/XSObject;
            1   52     6       attrValues  [Ljava/lang/Object;
            2   52     7            child  Lorg/w3c/dom/Element;
            3   52     8       annotation  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAnnotationImpl;
            8   10     9             text  Ljava/lang/String;
           11   52     9        childName  Ljava/lang/String;
           14   23    10         particle  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
           25   52    10         particle  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
           19   20    11             args  [Ljava/lang/Object;
           26   52    11           minAtt  Lcom/sun/org/apache/xerces/internal/impl/xs/util/XInt;
           27   52    12           maxAtt  Lcom/sun/org/apache/xerces/internal/impl/xs/util/XInt;
           28   52    13      defaultVals  Ljava/lang/Long;
           29   52    14            group  Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
           34   36    15      annotations  Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
           37   52    15      annotations  Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
    MethodParameters:
                 Name  Flags
      allDecl          
      schemaDoc        
      grammar          
      allContextFlags  
      parent           

  com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl traverseSequence(org.w3c.dom.Element, com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo, com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar, int, com.sun.org.apache.xerces.internal.xs.XSObject);
    descriptor: (Lorg/w3c/dom/Element;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;ILcom/sun/org/apache/xerces/internal/xs/XSObject;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
    flags: (0x0000) 
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser this
        start local 1 // org.w3c.dom.Element seqDecl
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo schemaDoc
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar grammar
        start local 4 // int allContextFlags
        start local 5 // com.sun.org.apache.xerces.internal.xs.XSObject parent
         0: .line 160
            aload 0 /* this */
            aload 1 /* seqDecl */
            aload 2 /* schemaDoc */
            aload 3 /* grammar */
            iload 4 /* allContextFlags */
            iconst_0
            aload 5 /* parent */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.traverseSeqChoice:(Lorg/w3c/dom/Element;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;IZLcom/sun/org/apache/xerces/internal/xs/XSObject;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            areturn
        end local 5 // com.sun.org.apache.xerces.internal.xs.XSObject parent
        end local 4 // int allContextFlags
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar grammar
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo schemaDoc
        end local 1 // org.w3c.dom.Element seqDecl
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractParticleTraverser;
            0    1     1          seqDecl  Lorg/w3c/dom/Element;
            0    1     2        schemaDoc  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;
            0    1     3          grammar  Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;
            0    1     4  allContextFlags  I
            0    1     5           parent  Lcom/sun/org/apache/xerces/internal/xs/XSObject;
    MethodParameters:
                 Name  Flags
      seqDecl          
      schemaDoc        
      grammar          
      allContextFlags  
      parent           

  com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl traverseChoice(org.w3c.dom.Element, com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo, com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar, int, com.sun.org.apache.xerces.internal.xs.XSObject);
    descriptor: (Lorg/w3c/dom/Element;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;ILcom/sun/org/apache/xerces/internal/xs/XSObject;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
    flags: (0x0000) 
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser this
        start local 1 // org.w3c.dom.Element choiceDecl
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo schemaDoc
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar grammar
        start local 4 // int allContextFlags
        start local 5 // com.sun.org.apache.xerces.internal.xs.XSObject parent
         0: .line 184
            aload 0 /* this */
            aload 1 /* choiceDecl */
            aload 2 /* schemaDoc */
            aload 3 /* grammar */
            iload 4 /* allContextFlags */
            iconst_1
            aload 5 /* parent */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.traverseSeqChoice:(Lorg/w3c/dom/Element;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;IZLcom/sun/org/apache/xerces/internal/xs/XSObject;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            areturn
        end local 5 // com.sun.org.apache.xerces.internal.xs.XSObject parent
        end local 4 // int allContextFlags
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar grammar
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo schemaDoc
        end local 1 // org.w3c.dom.Element choiceDecl
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractParticleTraverser;
            0    1     1       choiceDecl  Lorg/w3c/dom/Element;
            0    1     2        schemaDoc  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;
            0    1     3          grammar  Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;
            0    1     4  allContextFlags  I
            0    1     5           parent  Lcom/sun/org/apache/xerces/internal/xs/XSObject;
    MethodParameters:
                 Name  Flags
      choiceDecl       
      schemaDoc        
      grammar          
      allContextFlags  
      parent           

  private com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl traverseSeqChoice(org.w3c.dom.Element, com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo, com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar, int, boolean, com.sun.org.apache.xerces.internal.xs.XSObject);
    descriptor: (Lorg/w3c/dom/Element;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;IZLcom/sun/org/apache/xerces/internal/xs/XSObject;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=17, args_size=7
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser this
        start local 1 // org.w3c.dom.Element decl
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo schemaDoc
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar grammar
        start local 4 // int allContextFlags
        start local 5 // boolean choice
        start local 6 // com.sun.org.apache.xerces.internal.xs.XSObject parent
         0: .line 204
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.fAttrChecker:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker;
            aload 1 /* decl */
            iconst_0
            aload 2 /* schemaDoc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.checkAttributes:(Lorg/w3c/dom/Element;ZLcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;)[Ljava/lang/Object;
            astore 7 /* attrValues */
        start local 7 // java.lang.Object[] attrValues
         1: .line 206
            aload 1 /* decl */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getFirstChildElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;
            astore 8 /* child */
        start local 8 // org.w3c.dom.Element child
         2: .line 207
            aconst_null
            astore 9 /* annotation */
        start local 9 // com.sun.org.apache.xerces.internal.impl.xs.XSAnnotationImpl annotation
         3: .line 208
            aload 8 /* child */
            ifnull 7
            aload 8 /* child */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getLocalName:(Lorg/w3c/dom/Node;)Ljava/lang/String;
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_ANNOTATION:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         4: .line 209
            aload 0 /* this */
            aload 8 /* child */
            aload 7 /* attrValues */
            iconst_0
            aload 2 /* schemaDoc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.traverseAnnotationDecl:(Lorg/w3c/dom/Element;[Ljava/lang/Object;ZLcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSAnnotationImpl;
            astore 9 /* annotation */
         5: .line 210
            aload 8 /* child */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getNextSiblingElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;
            astore 8 /* child */
         6: .line 211
            goto 10
         7: .line 213
      StackMap locals: java.lang.Object[] org.w3c.dom.Element com.sun.org.apache.xerces.internal.impl.xs.XSAnnotationImpl
      StackMap stack:
            aload 1 /* decl */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getSyntheticAnnotation:(Lorg/w3c/dom/Node;)Ljava/lang/String;
            astore 10 /* text */
        start local 10 // java.lang.String text
         8: .line 214
            aload 10 /* text */
            ifnull 10
         9: .line 215
            aload 0 /* this */
            aload 1 /* decl */
            aload 10 /* text */
            aload 7 /* attrValues */
            iconst_0
            aload 2 /* schemaDoc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.traverseSyntheticAnnotation:(Lorg/w3c/dom/Element;Ljava/lang/String;[Ljava/lang/Object;ZLcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSAnnotationImpl;
            astore 9 /* annotation */
        end local 10 // java.lang.String text
        10: .line 219
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 10 /* childName */
        start local 10 // java.lang.String childName
        11: .line 221
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.fPArray:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractParticleTraverser$ParticleArray;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser$ParticleArray.pushContext:()V
        12: .line 223
            goto 41
        13: .line 225
      StackMap locals: java.lang.String
      StackMap stack:
            aconst_null
            astore 11 /* particle */
        start local 11 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle
        14: .line 227
            aload 8 /* child */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getLocalName:(Lorg/w3c/dom/Node;)Ljava/lang/String;
            astore 10 /* childName */
        15: .line 228
            aload 10 /* childName */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_ELEMENT:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 18
        16: .line 229
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.fSchemaHandler:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler;
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.fElementTraverser:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDElementTraverser;
            aload 8 /* child */
            aload 2 /* schemaDoc */
            aload 3 /* grammar */
            iconst_0
            aload 6 /* parent */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDElementTraverser.traverseLocal:(Lorg/w3c/dom/Element;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;ILcom/sun/org/apache/xerces/internal/xs/XSObject;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            astore 11 /* particle */
        17: .line 230
            goto 38
        18: .line 231
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
      StackMap stack:
            aload 10 /* childName */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_GROUP:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 24
        19: .line 232
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.fSchemaHandler:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler;
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.fGroupTraverser:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDGroupTraverser;
            aload 8 /* child */
            aload 2 /* schemaDoc */
            aload 3 /* grammar */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.traverseLocal:(Lorg/w3c/dom/Element;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            astore 11 /* particle */
        20: .line 236
            aload 0 /* this */
            aload 11 /* particle */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.hasAllContent:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;)Z
            ifeq 38
        21: .line 239
            aconst_null
            astore 11 /* particle */
        22: .line 240
            aload 0 /* this */
            ldc "cos-all-limited.1.2"
            aconst_null
            aload 8 /* child */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.reportSchemaError:(Ljava/lang/String;[Ljava/lang/Object;Lorg/w3c/dom/Element;)V
        23: .line 243
            goto 38
        24: .line 244
      StackMap locals:
      StackMap stack:
            aload 10 /* childName */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_CHOICE:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 27
        25: .line 245
            aload 0 /* this */
            aload 8 /* child */
            aload 2 /* schemaDoc */
            aload 3 /* grammar */
            iconst_0
            aload 6 /* parent */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.traverseChoice:(Lorg/w3c/dom/Element;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;ILcom/sun/org/apache/xerces/internal/xs/XSObject;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            astore 11 /* particle */
        26: .line 246
            goto 38
        27: .line 247
      StackMap locals:
      StackMap stack:
            aload 10 /* childName */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_SEQUENCE:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 30
        28: .line 248
            aload 0 /* this */
            aload 8 /* child */
            aload 2 /* schemaDoc */
            aload 3 /* grammar */
            iconst_0
            aload 6 /* parent */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.traverseSequence:(Lorg/w3c/dom/Element;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;ILcom/sun/org/apache/xerces/internal/xs/XSObject;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            astore 11 /* particle */
        29: .line 249
            goto 38
        30: .line 250
      StackMap locals:
      StackMap stack:
            aload 10 /* childName */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_ANY:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 33
        31: .line 251
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.fSchemaHandler:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler;
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.fWildCardTraverser:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDWildcardTraverser;
            aload 8 /* child */
            aload 2 /* schemaDoc */
            aload 3 /* grammar */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDWildcardTraverser.traverseAny:(Lorg/w3c/dom/Element;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            astore 11 /* particle */
        32: .line 252
            goto 38
        33: .line 255
      StackMap locals:
      StackMap stack:
            iload 5 /* choice */
            ifeq 36
        34: .line 256
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "choice"
            aastore
            dup
            iconst_1
            ldc "(annotation?, (element | group | choice | sequence | any)*)"
            aastore
            dup
            iconst_2
            aload 8 /* child */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getLocalName:(Lorg/w3c/dom/Node;)Ljava/lang/String;
            aastore
            astore 12 /* args */
        start local 12 // java.lang.Object[] args
        35: .line 257
            goto 37
        end local 12 // java.lang.Object[] args
        36: .line 259
      StackMap locals:
      StackMap stack:
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "sequence"
            aastore
            dup
            iconst_1
            ldc "(annotation?, (element | group | choice | sequence | any)*)"
            aastore
            dup
            iconst_2
            aload 8 /* child */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getLocalName:(Lorg/w3c/dom/Node;)Ljava/lang/String;
            aastore
            astore 12 /* args */
        start local 12 // java.lang.Object[] args
        37: .line 261
      StackMap locals: java.lang.Object[]
      StackMap stack:
            aload 0 /* this */
            ldc "s4s-elt-must-match.1"
            aload 12 /* args */
            aload 8 /* child */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.reportSchemaError:(Ljava/lang/String;[Ljava/lang/Object;Lorg/w3c/dom/Element;)V
        end local 12 // java.lang.Object[] args
        38: .line 264
      StackMap locals:
      StackMap stack:
            aload 11 /* particle */
            ifnull 40
        39: .line 265
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.fPArray:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractParticleTraverser$ParticleArray;
            aload 11 /* particle */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser$ParticleArray.addParticle:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;)V
        40: .line 223
      StackMap locals:
      StackMap stack:
            aload 8 /* child */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getNextSiblingElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;
            astore 8 /* child */
        end local 11 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle
      StackMap locals:
      StackMap stack:
        41: aload 8 /* child */
            ifnonnull 13
        42: .line 268
            aconst_null
            astore 11 /* particle */
        start local 11 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle
        43: .line 270
            aload 7 /* attrValues */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.ATTIDX_MINOCCURS:I
            aaload
            checkcast com.sun.org.apache.xerces.internal.impl.xs.util.XInt
            astore 12 /* minAtt */
        start local 12 // com.sun.org.apache.xerces.internal.impl.xs.util.XInt minAtt
        44: .line 271
            aload 7 /* attrValues */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.ATTIDX_MAXOCCURS:I
            aaload
            checkcast com.sun.org.apache.xerces.internal.impl.xs.util.XInt
            astore 13 /* maxAtt */
        start local 13 // com.sun.org.apache.xerces.internal.impl.xs.util.XInt maxAtt
        45: .line 272
            aload 7 /* attrValues */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.ATTIDX_FROMDEFAULT:I
            aaload
            checkcast java.lang.Long
            astore 14 /* defaultVals */
        start local 14 // java.lang.Long defaultVals
        46: .line 274
            new com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.<init>:()V
            astore 15 /* group */
        start local 15 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl group
        47: .line 275
            aload 15 /* group */
            iload 5 /* choice */
            ifeq 48
            bipush 101
            goto 49
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser org.w3c.dom.Element com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar int int com.sun.org.apache.xerces.internal.xs.XSObject java.lang.Object[] org.w3c.dom.Element com.sun.org.apache.xerces.internal.impl.xs.XSAnnotationImpl java.lang.String com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.util.XInt com.sun.org.apache.xerces.internal.impl.xs.util.XInt java.lang.Long com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl
      StackMap stack: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl
        48: bipush 102
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser org.w3c.dom.Element com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar int int com.sun.org.apache.xerces.internal.xs.XSObject java.lang.Object[] org.w3c.dom.Element com.sun.org.apache.xerces.internal.impl.xs.XSAnnotationImpl java.lang.String com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.util.XInt com.sun.org.apache.xerces.internal.impl.xs.util.XInt java.lang.Long com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl
      StackMap stack: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl int
        49: putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
        50: .line 276
            aload 15 /* group */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.fPArray:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractParticleTraverser$ParticleArray;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser$ParticleArray.getParticleCount:()I
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
        51: .line 277
            aload 15 /* group */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.fPArray:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractParticleTraverser$ParticleArray;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser$ParticleArray.popContext:()[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
        52: .line 279
            aload 9 /* annotation */
            ifnull 56
        53: .line 280
            new com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl.<init>:()V
            astore 16 /* annotations */
        start local 16 // com.sun.org.apache.xerces.internal.xs.XSObjectList annotations
        54: .line 281
            aload 16 /* annotations */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl
            aload 9 /* annotation */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl.addXSObject:(Lcom/sun/org/apache/xerces/internal/xs/XSObject;)V
        55: .line 282
            goto 57
        end local 16 // com.sun.org.apache.xerces.internal.xs.XSObjectList annotations
        56: .line 283
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl.EMPTY_LIST:Lcom/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl;
            astore 16 /* annotations */
        start local 16 // com.sun.org.apache.xerces.internal.xs.XSObjectList annotations
        57: .line 285
      StackMap locals: com.sun.org.apache.xerces.internal.xs.XSObjectList
      StackMap stack:
            aload 15 /* group */
            aload 16 /* annotations */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
        58: .line 286
            new com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.<init>:()V
            astore 11 /* particle */
        59: .line 287
            aload 11 /* particle */
            iconst_3
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
        60: .line 288
            aload 11 /* particle */
            aload 12 /* minAtt */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.util.XInt.intValue:()I
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMinOccurs:I
        61: .line 289
            aload 11 /* particle */
            aload 13 /* maxAtt */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.util.XInt.intValue:()I
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMaxOccurs:I
        62: .line 290
            aload 11 /* particle */
            aload 15 /* group */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fValue:Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
        63: .line 291
            aload 11 /* particle */
            aload 16 /* annotations */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
        64: .line 293
            aload 0 /* this */
            aload 11 /* particle */
        65: .line 294
            iload 5 /* choice */
            ifeq 66
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_CHOICE:Ljava/lang/String;
            goto 67
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser org.w3c.dom.Element com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar int int com.sun.org.apache.xerces.internal.xs.XSObject java.lang.Object[] org.w3c.dom.Element com.sun.org.apache.xerces.internal.impl.xs.XSAnnotationImpl java.lang.String com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.util.XInt com.sun.org.apache.xerces.internal.impl.xs.util.XInt java.lang.Long com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl com.sun.org.apache.xerces.internal.xs.XSObjectList
      StackMap stack: com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
        66: getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_SEQUENCE:Ljava/lang/String;
        67: .line 295
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser org.w3c.dom.Element com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar int int com.sun.org.apache.xerces.internal.xs.XSObject java.lang.Object[] org.w3c.dom.Element com.sun.org.apache.xerces.internal.impl.xs.XSAnnotationImpl java.lang.String com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.util.XInt com.sun.org.apache.xerces.internal.impl.xs.util.XInt java.lang.Long com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl com.sun.org.apache.xerces.internal.xs.XSObjectList
      StackMap stack: com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl java.lang.String
            aload 1 /* decl */
            invokeinterface org.w3c.dom.Element.getParentNode:()Lorg/w3c/dom/Node;
            checkcast org.w3c.dom.Element
        68: .line 296
            iload 4 /* allContextFlags */
        69: .line 297
            aload 14 /* defaultVals */
            invokevirtual java.lang.Long.longValue:()J
        70: .line 293
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.checkOccurrences:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Ljava/lang/String;Lorg/w3c/dom/Element;IJ)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            astore 11 /* particle */
        71: .line 298
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.fAttrChecker:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker;
            aload 7 /* attrValues */
            aload 2 /* schemaDoc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.returnAttrArray:([Ljava/lang/Object;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;)V
        72: .line 300
            aload 11 /* particle */
            areturn
        end local 16 // com.sun.org.apache.xerces.internal.xs.XSObjectList annotations
        end local 15 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl group
        end local 14 // java.lang.Long defaultVals
        end local 13 // com.sun.org.apache.xerces.internal.impl.xs.util.XInt maxAtt
        end local 12 // com.sun.org.apache.xerces.internal.impl.xs.util.XInt minAtt
        end local 11 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle
        end local 10 // java.lang.String childName
        end local 9 // com.sun.org.apache.xerces.internal.impl.xs.XSAnnotationImpl annotation
        end local 8 // org.w3c.dom.Element child
        end local 7 // java.lang.Object[] attrValues
        end local 6 // com.sun.org.apache.xerces.internal.xs.XSObject parent
        end local 5 // boolean choice
        end local 4 // int allContextFlags
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar grammar
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo schemaDoc
        end local 1 // org.w3c.dom.Element decl
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   73     0             this  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractParticleTraverser;
            0   73     1             decl  Lorg/w3c/dom/Element;
            0   73     2        schemaDoc  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;
            0   73     3          grammar  Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;
            0   73     4  allContextFlags  I
            0   73     5           choice  Z
            0   73     6           parent  Lcom/sun/org/apache/xerces/internal/xs/XSObject;
            1   73     7       attrValues  [Ljava/lang/Object;
            2   73     8            child  Lorg/w3c/dom/Element;
            3   73     9       annotation  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAnnotationImpl;
            8   10    10             text  Ljava/lang/String;
           11   73    10        childName  Ljava/lang/String;
           14   41    11         particle  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
           43   73    11         particle  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
           35   36    12             args  [Ljava/lang/Object;
           37   38    12             args  [Ljava/lang/Object;
           44   73    12           minAtt  Lcom/sun/org/apache/xerces/internal/impl/xs/util/XInt;
           45   73    13           maxAtt  Lcom/sun/org/apache/xerces/internal/impl/xs/util/XInt;
           46   73    14      defaultVals  Ljava/lang/Long;
           47   73    15            group  Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
           54   56    16      annotations  Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
           57   73    16      annotations  Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
    MethodParameters:
                 Name  Flags
      decl             
      schemaDoc        
      grammar          
      allContextFlags  
      choice           
      parent           

  protected boolean hasAllContent(com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser this
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle
         0: .line 306
            aload 1 /* particle */
            ifnull 3
            aload 1 /* particle */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            iconst_3
            if_icmpne 3
         1: .line 307
            aload 1 /* particle */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fValue:Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
            bipush 103
            if_icmpne 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 310
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractParticleTraverser;
            0    4     1  particle  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
    MethodParameters:
          Name  Flags
      particle  
}
SourceFile: "XSDAbstractParticleTraverser.java"
NestMembers:
  com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser$ParticleArray
InnerClasses:
  protected ParticleArray = com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser$ParticleArray of com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser