class com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser extends com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractTraverser
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser
  super_class: com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractTraverser
{
  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser 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 45
            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 46
            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.XSDAbstractIDConstraintTraverser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractIDConstraintTraverser;
            0    2     1     handler  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler;
            0    2     2  gAttrCheck  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker;
    MethodParameters:
            Name  Flags
      handler     
      gAttrCheck  

  boolean traverseIdentityConstraint(com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint, org.w3c.dom.Element, com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo, java.lang.Object[]);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;Lorg/w3c/dom/Element;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;[Ljava/lang/Object;)Z
    flags: (0x0000) 
    Code:
      stack=7, locals=15, args_size=5
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser this
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint ic
        start local 2 // org.w3c.dom.Element icElem
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo schemaDoc
        start local 4 // java.lang.Object[] icElemAttrs
         0: .line 54
            aload 2 /* icElem */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getFirstChildElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;
            astore 5 /* sElem */
        start local 5 // org.w3c.dom.Element sElem
         1: .line 55
            aload 5 /* sElem */
            ifnonnull 7
         2: .line 56
            aload 0 /* this */
            ldc "s4s-elt-must-match.2"
         3: .line 57
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "identity constraint"
            aastore
            dup
            iconst_1
            ldc "(annotation?, selector, field+)"
            aastore
         4: .line 58
            aload 2 /* icElem */
         5: .line 56
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.reportSchemaError:(Ljava/lang/String;[Ljava/lang/Object;Lorg/w3c/dom/Element;)V
         6: .line 59
            iconst_0
            ireturn
         7: .line 64
      StackMap locals: org.w3c.dom.Element
      StackMap stack:
            aload 5 /* sElem */
            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 13
         8: .line 65
            aload 1 /* ic */
            aload 0 /* this */
            aload 5 /* sElem */
            aload 4 /* icElemAttrs */
            iconst_0
            aload 3 /* schemaDoc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.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;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint.addAnnotation:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSAnnotationImpl;)V
         9: .line 66
            aload 5 /* sElem */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getNextSiblingElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;
            astore 5 /* sElem */
        10: .line 68
            aload 5 /* sElem */
            ifnonnull 16
        11: .line 69
            aload 0 /* this */
            ldc "s4s-elt-must-match.2"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "identity constraint"
            aastore
            dup
            iconst_1
            ldc "(annotation?, selector, field+)"
            aastore
            aload 2 /* icElem */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.reportSchemaError:(Ljava/lang/String;[Ljava/lang/Object;Lorg/w3c/dom/Element;)V
        12: .line 70
            iconst_0
            ireturn
        13: .line 74
      StackMap locals:
      StackMap stack:
            aload 2 /* icElem */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getSyntheticAnnotation:(Lorg/w3c/dom/Node;)Ljava/lang/String;
            astore 6 /* text */
        start local 6 // java.lang.String text
        14: .line 75
            aload 6 /* text */
            ifnull 16
        15: .line 76
            aload 1 /* ic */
            aload 0 /* this */
            aload 2 /* icElem */
            aload 6 /* text */
            aload 4 /* icElemAttrs */
            iconst_0
            aload 3 /* schemaDoc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.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;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint.addAnnotation:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSAnnotationImpl;)V
        end local 6 // java.lang.String text
        16: .line 81
      StackMap locals:
      StackMap stack:
            aload 5 /* sElem */
            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_SELECTOR:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 19
        17: .line 82
            aload 0 /* this */
            ldc "s4s-elt-must-match.1"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "identity constraint"
            aastore
            dup
            iconst_1
            ldc "(annotation?, selector, field+)"
            aastore
            dup
            iconst_2
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_SELECTOR:Ljava/lang/String;
            aastore
            aload 5 /* sElem */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.reportSchemaError:(Ljava/lang/String;[Ljava/lang/Object;Lorg/w3c/dom/Element;)V
        18: .line 83
            iconst_0
            ireturn
        19: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.fAttrChecker:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker;
            aload 5 /* sElem */
            iconst_0
            aload 3 /* 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
        20: .line 88
            aload 5 /* sElem */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getFirstChildElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;
            astore 7 /* selChild */
        start local 7 // org.w3c.dom.Element selChild
        21: .line 90
            aload 7 /* selChild */
            ifnull 30
        22: .line 92
            aload 7 /* selChild */
            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 26
        23: .line 93
            aload 1 /* ic */
            aload 0 /* this */
            aload 7 /* selChild */
            aload 6 /* attrValues */
            iconst_0
            aload 3 /* schemaDoc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.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;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint.addAnnotation:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSAnnotationImpl;)V
        24: .line 94
            aload 7 /* selChild */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getNextSiblingElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;
            astore 7 /* selChild */
        25: .line 95
            goto 27
        26: .line 97
      StackMap locals: java.lang.Object[] org.w3c.dom.Element
      StackMap stack:
            aload 0 /* this */
            ldc "s4s-elt-must-match.1"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_SELECTOR:Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc "(annotation?)"
            aastore
            dup
            iconst_2
            aload 7 /* selChild */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getLocalName:(Lorg/w3c/dom/Node;)Ljava/lang/String;
            aastore
            aload 7 /* selChild */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.reportSchemaError:(Ljava/lang/String;[Ljava/lang/Object;Lorg/w3c/dom/Element;)V
        27: .line 99
      StackMap locals:
      StackMap stack:
            aload 7 /* selChild */
            ifnull 33
        28: .line 100
            aload 0 /* this */
            ldc "s4s-elt-must-match.1"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_SELECTOR:Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc "(annotation?)"
            aastore
            dup
            iconst_2
            aload 7 /* selChild */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getLocalName:(Lorg/w3c/dom/Node;)Ljava/lang/String;
            aastore
            aload 7 /* selChild */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.reportSchemaError:(Ljava/lang/String;[Ljava/lang/Object;Lorg/w3c/dom/Element;)V
        29: .line 102
            goto 33
        30: .line 104
      StackMap locals:
      StackMap stack:
            aload 5 /* sElem */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getSyntheticAnnotation:(Lorg/w3c/dom/Node;)Ljava/lang/String;
            astore 8 /* text */
        start local 8 // java.lang.String text
        31: .line 105
            aload 8 /* text */
            ifnull 33
        32: .line 106
            aload 1 /* ic */
            aload 0 /* this */
            aload 2 /* icElem */
            aload 8 /* text */
            aload 6 /* attrValues */
            iconst_0
            aload 3 /* schemaDoc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.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;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint.addAnnotation:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSAnnotationImpl;)V
        end local 8 // java.lang.String text
        33: .line 110
      StackMap locals:
      StackMap stack:
            aload 6 /* attrValues */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.ATTIDX_XPATH:I
            aaload
            checkcast java.lang.String
            astore 8 /* sText */
        start local 8 // java.lang.String sText
        34: .line 111
            aload 8 /* sText */
            ifnonnull 37
        35: .line 112
            aload 0 /* this */
            ldc "s4s-att-must-appear"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_SELECTOR:Ljava/lang/String;
            aastore
            dup
            iconst_1
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ATT_XPATH:Ljava/lang/String;
            aastore
            aload 5 /* sElem */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.reportSchemaError:(Ljava/lang/String;[Ljava/lang/Object;Lorg/w3c/dom/Element;)V
        36: .line 113
            iconst_0
            ireturn
        37: .line 115
      StackMap locals: java.lang.String
      StackMap stack:
            aload 8 /* sText */
            invokestatic com.sun.org.apache.xerces.internal.util.XMLChar.trim:(Ljava/lang/String;)Ljava/lang/String;
            astore 8 /* sText */
        38: .line 117
            aconst_null
            astore 9 /* sXpath */
        start local 9 // com.sun.org.apache.xerces.internal.impl.xs.identity.Selector$XPath sXpath
        39: .line 119
            new com.sun.org.apache.xerces.internal.impl.xs.identity.Selector$XPath
            dup
            aload 8 /* sText */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.fSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
        40: .line 120
            aload 3 /* schemaDoc */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo.fNamespaceSupport:Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaNamespaceSupport;
        41: .line 119
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.identity.Selector$XPath.<init>:(Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/util/SymbolTable;Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;)V
            astore 9 /* sXpath */
        42: .line 121
            new com.sun.org.apache.xerces.internal.impl.xs.identity.Selector
            dup
            aload 9 /* sXpath */
            aload 1 /* ic */
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.identity.Selector.<init>:(Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Selector$XPath;Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;)V
            astore 10 /* selector */
        start local 10 // com.sun.org.apache.xerces.internal.impl.xs.identity.Selector selector
        43: .line 122
            aload 1 /* ic */
            aload 10 /* selector */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint.setSelector:(Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Selector;)V
        end local 10 // com.sun.org.apache.xerces.internal.impl.xs.identity.Selector selector
        44: .line 123
            goto 49
        45: .line 124
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint org.w3c.dom.Element com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo java.lang.Object[] org.w3c.dom.Element java.lang.Object[] org.w3c.dom.Element java.lang.String com.sun.org.apache.xerces.internal.impl.xs.identity.Selector$XPath
      StackMap stack: com.sun.org.apache.xerces.internal.impl.xpath.XPathException
            astore 10 /* e */
        start local 10 // com.sun.org.apache.xerces.internal.impl.xpath.XPathException e
        46: .line 125
            aload 0 /* this */
            aload 10 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPathException.getKey:()Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 8 /* sText */
            aastore
            aload 5 /* sElem */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.reportSchemaError:(Ljava/lang/String;[Ljava/lang/Object;Lorg/w3c/dom/Element;)V
        47: .line 127
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.fAttrChecker:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker;
            aload 6 /* attrValues */
            aload 3 /* 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
        48: .line 128
            iconst_0
            ireturn
        end local 10 // com.sun.org.apache.xerces.internal.impl.xpath.XPathException e
        49: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.fAttrChecker:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker;
            aload 6 /* attrValues */
            aload 3 /* 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
        50: .line 135
            aload 5 /* sElem */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getNextSiblingElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;
            astore 10 /* fElem */
        start local 10 // org.w3c.dom.Element fElem
        51: .line 136
            aload 10 /* fElem */
            ifnonnull 88
        52: .line 137
            aload 0 /* this */
            ldc "s4s-elt-must-match.2"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "identity constraint"
            aastore
            dup
            iconst_1
            ldc "(annotation?, selector, field+)"
            aastore
            aload 5 /* sElem */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.reportSchemaError:(Ljava/lang/String;[Ljava/lang/Object;Lorg/w3c/dom/Element;)V
        53: .line 138
            iconst_0
            ireturn
        54: .line 141
      StackMap locals: org.w3c.dom.Element
      StackMap stack:
            aload 10 /* fElem */
            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_FIELD:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 58
        55: .line 142
            aload 0 /* this */
            ldc "s4s-elt-must-match.1"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "identity constraint"
            aastore
            dup
            iconst_1
            ldc "(annotation?, selector, field+)"
            aastore
            dup
            iconst_2
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_FIELD:Ljava/lang/String;
            aastore
            aload 10 /* fElem */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.reportSchemaError:(Ljava/lang/String;[Ljava/lang/Object;Lorg/w3c/dom/Element;)V
        56: .line 143
            aload 10 /* fElem */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getNextSiblingElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;
            astore 10 /* fElem */
        57: .line 144
            goto 88
        58: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.fAttrChecker:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker;
            aload 10 /* fElem */
            iconst_0
            aload 3 /* 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 */
        59: .line 151
            aload 10 /* fElem */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getFirstChildElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;
            astore 11 /* fieldChild */
        start local 11 // org.w3c.dom.Element fieldChild
        60: .line 152
            aload 11 /* fieldChild */
            ifnull 64
        61: .line 154
            aload 11 /* fieldChild */
            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 64
        62: .line 155
            aload 1 /* ic */
            aload 0 /* this */
            aload 11 /* fieldChild */
            aload 6 /* attrValues */
            iconst_0
            aload 3 /* schemaDoc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.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;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint.addAnnotation:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSAnnotationImpl;)V
        63: .line 156
            aload 11 /* fieldChild */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getNextSiblingElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;
            astore 11 /* fieldChild */
        64: .line 159
      StackMap locals: org.w3c.dom.Element
      StackMap stack:
            aload 11 /* fieldChild */
            ifnull 67
        65: .line 160
            aload 0 /* this */
            ldc "s4s-elt-must-match.1"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_FIELD:Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc "(annotation?)"
            aastore
            dup
            iconst_2
            aload 11 /* fieldChild */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getLocalName:(Lorg/w3c/dom/Node;)Ljava/lang/String;
            aastore
            aload 11 /* fieldChild */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.reportSchemaError:(Ljava/lang/String;[Ljava/lang/Object;Lorg/w3c/dom/Element;)V
        66: .line 161
            goto 70
        67: .line 163
      StackMap locals:
      StackMap stack:
            aload 10 /* fElem */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getSyntheticAnnotation:(Lorg/w3c/dom/Node;)Ljava/lang/String;
            astore 12 /* text */
        start local 12 // java.lang.String text
        68: .line 164
            aload 12 /* text */
            ifnull 70
        69: .line 165
            aload 1 /* ic */
            aload 0 /* this */
            aload 2 /* icElem */
            aload 12 /* text */
            aload 6 /* attrValues */
            iconst_0
            aload 3 /* schemaDoc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.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;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint.addAnnotation:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSAnnotationImpl;)V
        end local 12 // java.lang.String text
        70: .line 168
      StackMap locals:
      StackMap stack:
            aload 6 /* attrValues */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.ATTIDX_XPATH:I
            aaload
            checkcast java.lang.String
            astore 12 /* fText */
        start local 12 // java.lang.String fText
        71: .line 169
            aload 12 /* fText */
            ifnonnull 75
        72: .line 170
            aload 0 /* this */
            ldc "s4s-att-must-appear"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_FIELD:Ljava/lang/String;
            aastore
            dup
            iconst_1
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ATT_XPATH:Ljava/lang/String;
            aastore
            aload 10 /* fElem */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.reportSchemaError:(Ljava/lang/String;[Ljava/lang/Object;Lorg/w3c/dom/Element;)V
        73: .line 171
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.fAttrChecker:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker;
            aload 6 /* attrValues */
            aload 3 /* 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
        74: .line 172
            iconst_0
            ireturn
        75: .line 174
      StackMap locals: java.lang.String
      StackMap stack:
            aload 12 /* fText */
            invokestatic com.sun.org.apache.xerces.internal.util.XMLChar.trim:(Ljava/lang/String;)Ljava/lang/String;
            astore 12 /* fText */
        76: .line 176
            new com.sun.org.apache.xerces.internal.impl.xs.identity.Field$XPath
            dup
            aload 12 /* fText */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.fSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
        77: .line 177
            aload 3 /* schemaDoc */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo.fNamespaceSupport:Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaNamespaceSupport;
        78: .line 176
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.identity.Field$XPath.<init>:(Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/util/SymbolTable;Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;)V
            astore 13 /* fXpath */
        start local 13 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field$XPath fXpath
        79: .line 178
            new com.sun.org.apache.xerces.internal.impl.xs.identity.Field
            dup
            aload 13 /* fXpath */
            aload 1 /* ic */
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.identity.Field.<init>:(Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field$XPath;Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;)V
            astore 14 /* field */
        start local 14 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field field
        80: .line 179
            aload 1 /* ic */
            aload 14 /* field */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint.addField:(Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field;)V
        end local 14 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field field
        end local 13 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field$XPath fXpath
        81: .line 180
            goto 86
        82: .line 181
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.impl.xpath.XPathException
            astore 13 /* e */
        start local 13 // com.sun.org.apache.xerces.internal.impl.xpath.XPathException e
        83: .line 182
            aload 0 /* this */
            aload 13 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPathException.getKey:()Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 12 /* fText */
            aastore
            aload 10 /* fElem */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.reportSchemaError:(Ljava/lang/String;[Ljava/lang/Object;Lorg/w3c/dom/Element;)V
        84: .line 184
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.fAttrChecker:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker;
            aload 6 /* attrValues */
            aload 3 /* 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
        85: .line 185
            iconst_0
            ireturn
        end local 13 // com.sun.org.apache.xerces.internal.impl.xpath.XPathException e
        86: .line 187
      StackMap locals:
      StackMap stack:
            aload 10 /* fElem */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getNextSiblingElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;
            astore 10 /* fElem */
        87: .line 189
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser.fAttrChecker:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker;
            aload 6 /* attrValues */
            aload 3 /* 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
        end local 12 // java.lang.String fText
        end local 11 // org.w3c.dom.Element fieldChild
        88: .line 140
      StackMap locals:
      StackMap stack:
            aload 10 /* fElem */
            ifnonnull 54
        89: .line 192
            aload 1 /* ic */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint.getFieldCount:()I
            ifle 90
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        90: iconst_0
            ireturn
        end local 10 // org.w3c.dom.Element fElem
        end local 9 // com.sun.org.apache.xerces.internal.impl.xs.identity.Selector$XPath sXpath
        end local 8 // java.lang.String sText
        end local 7 // org.w3c.dom.Element selChild
        end local 6 // java.lang.Object[] attrValues
        end local 5 // org.w3c.dom.Element sElem
        end local 4 // java.lang.Object[] icElemAttrs
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo schemaDoc
        end local 2 // org.w3c.dom.Element icElem
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint ic
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   91     0         this  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractIDConstraintTraverser;
            0   91     1           ic  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
            0   91     2       icElem  Lorg/w3c/dom/Element;
            0   91     3    schemaDoc  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;
            0   91     4  icElemAttrs  [Ljava/lang/Object;
            1   91     5        sElem  Lorg/w3c/dom/Element;
           14   16     6         text  Ljava/lang/String;
           20   91     6   attrValues  [Ljava/lang/Object;
           21   91     7     selChild  Lorg/w3c/dom/Element;
           31   33     8         text  Ljava/lang/String;
           34   91     8        sText  Ljava/lang/String;
           39   91     9       sXpath  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Selector$XPath;
           43   44    10     selector  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Selector;
           46   49    10            e  Lcom/sun/org/apache/xerces/internal/impl/xpath/XPathException;
           51   91    10        fElem  Lorg/w3c/dom/Element;
           60   88    11   fieldChild  Lorg/w3c/dom/Element;
           68   70    12         text  Ljava/lang/String;
           71   88    12        fText  Ljava/lang/String;
           79   81    13       fXpath  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field$XPath;
           80   81    14        field  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field;
           83   86    13            e  Lcom/sun/org/apache/xerces/internal/impl/xpath/XPathException;
      Exception table:
        from    to  target  type
          39    44      45  Class com.sun.org.apache.xerces.internal.impl.xpath.XPathException
          76    81      82  Class com.sun.org.apache.xerces.internal.impl.xpath.XPathException
    MethodParameters:
             Name  Flags
      ic           
      icElem       
      schemaDoc    
      icElemAttrs  
}
SourceFile: "XSDAbstractIDConstraintTraverser.java"
InnerClasses:
  public XPath = com.sun.org.apache.xerces.internal.impl.xs.identity.Field$XPath of com.sun.org.apache.xerces.internal.impl.xs.identity.Field
  public XPath = com.sun.org.apache.xerces.internal.impl.xs.identity.Selector$XPath of com.sun.org.apache.xerces.internal.impl.xs.identity.Selector