final class com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI extends org.xml.sax.helpers.DefaultHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI
  super_class: org.xml.sax.helpers.DefaultHandler
{
  private final com.sun.org.apache.xerces.internal.xni.Augmentations fAugmentations;
    descriptor: Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.org.apache.xerces.internal.xni.QName fQName;
    descriptor: Lcom/sun/org/apache/xerces/internal/xni/QName;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this$0;
    descriptor: Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent);
    descriptor: (Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI this
         0: .line 232
            aload 0 /* this */
            aload 1
            putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            aload 0 /* this */
            invokespecial org.xml.sax.helpers.DefaultHandler.<init>:()V
         1: .line 238
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.util.AugmentationsImpl
            dup
            invokespecial com.sun.org.apache.xerces.internal.util.AugmentationsImpl.<init>:()V
            putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.fAugmentations:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
         2: .line 244
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.xni.QName
            dup
            invokespecial com.sun.org.apache.xerces.internal.xni.QName.<init>:()V
            putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.fQName:Lcom/sun/org/apache/xerces/internal/xni/QName;
         3: .line 232
            return
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
    MethodParameters:
        Name  Flags
      this$0  final

  public void characters(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI this
        start local 1 // char[] ch
        start local 2 // int start
        start local 3 // int len
         0: .line 248
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.handler:()Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            new com.sun.org.apache.xerces.internal.xni.XMLString
            dup
            aload 1 /* ch */
            iload 2 /* start */
            iload 3 /* len */
            invokespecial com.sun.org.apache.xerces.internal.xni.XMLString.<init>:([CII)V
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.aug:()Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler.characters:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
         1: .line 249
            goto 4
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.XNIException
         2: astore 4 /* e */
        start local 4 // com.sun.org.apache.xerces.internal.xni.XNIException e
         3: .line 250
            aload 0 /* this */
            aload 4 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.toSAXException:(Lcom/sun/org/apache/xerces/internal/xni/XNIException;)Lorg/xml/sax/SAXException;
            athrow
        end local 4 // com.sun.org.apache.xerces.internal.xni.XNIException e
         4: .line 252
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int len
        end local 2 // int start
        end local 1 // char[] ch
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
            0    5     1     ch  [C
            0    5     2  start  I
            0    5     3    len  I
            3    4     4      e  Lcom/sun/org/apache/xerces/internal/xni/XNIException;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.org.apache.xerces.internal.xni.XNIException
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
       Name  Flags
      ch     
      start  
      len    

  public void ignorableWhitespace(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI this
        start local 1 // char[] ch
        start local 2 // int start
        start local 3 // int len
         0: .line 256
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.handler:()Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            new com.sun.org.apache.xerces.internal.xni.XMLString
            dup
            aload 1 /* ch */
            iload 2 /* start */
            iload 3 /* len */
            invokespecial com.sun.org.apache.xerces.internal.xni.XMLString.<init>:([CII)V
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.aug:()Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler.ignorableWhitespace:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
         1: .line 257
            goto 4
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.XNIException
         2: astore 4 /* e */
        start local 4 // com.sun.org.apache.xerces.internal.xni.XNIException e
         3: .line 258
            aload 0 /* this */
            aload 4 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.toSAXException:(Lcom/sun/org/apache/xerces/internal/xni/XNIException;)Lorg/xml/sax/SAXException;
            athrow
        end local 4 // com.sun.org.apache.xerces.internal.xni.XNIException e
         4: .line 260
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int len
        end local 2 // int start
        end local 1 // char[] ch
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
            0    5     1     ch  [C
            0    5     2  start  I
            0    5     3    len  I
            3    4     4      e  Lcom/sun/org/apache/xerces/internal/xni/XNIException;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.org.apache.xerces.internal.xni.XNIException
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
       Name  Flags
      ch     
      start  
      len    

  public void startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI this
        start local 1 // java.lang.String uri
        start local 2 // java.lang.String localName
        start local 3 // java.lang.String qname
        start local 4 // org.xml.sax.Attributes atts
         0: .line 264
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            aload 4 /* atts */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.updateAttributes:(Lorg/xml/sax/Attributes;)V
         1: .line 265
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.handler:()Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            aload 0 /* this */
            aload 1 /* uri */
            aload 2 /* localName */
            aload 3 /* qname */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.toQName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/xni/QName;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAttributes:Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.elementAug:()Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler.startElement:(Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
         2: .line 266
            goto 5
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.XNIException
         3: astore 5 /* e */
        start local 5 // com.sun.org.apache.xerces.internal.xni.XNIException e
         4: .line 267
            aload 0 /* this */
            aload 5 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.toSAXException:(Lcom/sun/org/apache/xerces/internal/xni/XNIException;)Lorg/xml/sax/SAXException;
            athrow
        end local 5 // com.sun.org.apache.xerces.internal.xni.XNIException e
         5: .line 269
      StackMap locals:
      StackMap stack:
            return
        end local 4 // org.xml.sax.Attributes atts
        end local 3 // java.lang.String qname
        end local 2 // java.lang.String localName
        end local 1 // java.lang.String uri
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
            0    6     1        uri  Ljava/lang/String;
            0    6     2  localName  Ljava/lang/String;
            0    6     3      qname  Ljava/lang/String;
            0    6     4       atts  Lorg/xml/sax/Attributes;
            4    5     5          e  Lcom/sun/org/apache/xerces/internal/xni/XNIException;
      Exception table:
        from    to  target  type
           0     2       3  Class com.sun.org.apache.xerces.internal.xni.XNIException
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
           Name  Flags
      uri        
      localName  
      qname      
      atts       

  public void endElement(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI this
        start local 1 // java.lang.String uri
        start local 2 // java.lang.String localName
        start local 3 // java.lang.String qname
         0: .line 273
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.handler:()Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            aload 0 /* this */
            aload 1 /* uri */
            aload 2 /* localName */
            aload 3 /* qname */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.toQName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/xni/QName;
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.aug:()Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler.endElement:(Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
         1: .line 274
            goto 4
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.XNIException
         2: astore 4 /* e */
        start local 4 // com.sun.org.apache.xerces.internal.xni.XNIException e
         3: .line 275
            aload 0 /* this */
            aload 4 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.toSAXException:(Lcom/sun/org/apache/xerces/internal/xni/XNIException;)Lorg/xml/sax/SAXException;
            athrow
        end local 4 // com.sun.org.apache.xerces.internal.xni.XNIException e
         4: .line 277
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String qname
        end local 2 // java.lang.String localName
        end local 1 // java.lang.String uri
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
            0    5     1        uri  Ljava/lang/String;
            0    5     2  localName  Ljava/lang/String;
            0    5     3      qname  Ljava/lang/String;
            3    4     4          e  Lcom/sun/org/apache/xerces/internal/xni/XNIException;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.org.apache.xerces.internal.xni.XNIException
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
           Name  Flags
      uri        
      localName  
      qname      

  private com.sun.org.apache.xerces.internal.xni.Augmentations elementAug();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI this
         0: .line 280
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.aug:()Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            astore 1 /* aug */
        start local 1 // com.sun.org.apache.xerces.internal.xni.Augmentations aug
         1: .line 282
            aload 1 /* aug */
            areturn
        end local 1 // com.sun.org.apache.xerces.internal.xni.Augmentations aug
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
            1    2     1   aug  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;

  private com.sun.org.apache.xerces.internal.xni.Augmentations aug();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI this
         0: .line 291
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAug:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            ifnull 4
         1: .line 292
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAug:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            astore 1 /* r */
        start local 1 // com.sun.org.apache.xerces.internal.xni.Augmentations r
         2: .line 293
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            aconst_null
            putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAug:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
         3: .line 294
            aload 1 /* r */
            areturn
        end local 1 // com.sun.org.apache.xerces.internal.xni.Augmentations r
         4: .line 296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.fAugmentations:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            invokeinterface com.sun.org.apache.xerces.internal.xni.Augmentations.removeAllItems:()V
         5: .line 297
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.fAugmentations:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
            2    4     1     r  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;

  private com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler handler();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI this
         0: .line 304
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.getDocumentHandler:()Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;

  private org.xml.sax.SAXException toSAXException(com.sun.org.apache.xerces.internal.xni.XNIException);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/XNIException;)Lorg/xml/sax/SAXException;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI this
        start local 1 // com.sun.org.apache.xerces.internal.xni.XNIException xe
         0: .line 312
            aload 1 /* xe */
            invokevirtual com.sun.org.apache.xerces.internal.xni.XNIException.getException:()Ljava/lang/Exception;
            astore 2 /* e */
        start local 2 // java.lang.Exception e
         1: .line 313
            aload 2 /* e */
            ifnonnull 2
            aload 1 /* xe */
            astore 2 /* e */
         2: .line 314
      StackMap locals: java.lang.Exception
      StackMap stack:
            aload 2 /* e */
            instanceof org.xml.sax.SAXException
            ifeq 3
            aload 2 /* e */
            checkcast org.xml.sax.SAXException
            areturn
         3: .line 315
      StackMap locals:
      StackMap stack:
            new org.xml.sax.SAXException
            dup
            aload 2 /* e */
            invokespecial org.xml.sax.SAXException.<init>:(Ljava/lang/Exception;)V
            areturn
        end local 2 // java.lang.Exception e
        end local 1 // com.sun.org.apache.xerces.internal.xni.XNIException xe
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
            0    4     1    xe  Lcom/sun/org/apache/xerces/internal/xni/XNIException;
            1    4     2     e  Ljava/lang/Exception;
    MethodParameters:
      Name  Flags
      xe    

  private com.sun.org.apache.xerces.internal.xni.QName toQName(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/xni/QName;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI this
        start local 1 // java.lang.String uri
        start local 2 // java.lang.String localName
        start local 3 // java.lang.String qname
         0: .line 324
            aconst_null
            astore 4 /* prefix */
        start local 4 // java.lang.String prefix
         1: .line 325
            aload 3 /* qname */
            bipush 58
            invokevirtual java.lang.String.indexOf:(I)I
            istore 5 /* idx */
        start local 5 // int idx
         2: .line 326
            iload 5 /* idx */
            ifle 4
         3: .line 327
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            aload 3 /* qname */
            iconst_0
            iload 5 /* idx */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.symbolize:(Ljava/lang/String;)Ljava/lang/String;
            astore 4 /* prefix */
         4: .line 329
      StackMap locals: java.lang.String int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            aload 2 /* localName */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.symbolize:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* localName */
         5: .line 330
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            aload 3 /* qname */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.symbolize:(Ljava/lang/String;)Ljava/lang/String;
            astore 3 /* qname */
         6: .line 331
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            aload 1 /* uri */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.symbolize:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* uri */
         7: .line 334
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.fQName:Lcom/sun/org/apache/xerces/internal/xni/QName;
            aload 4 /* prefix */
            aload 2 /* localName */
            aload 3 /* qname */
            aload 1 /* uri */
            invokevirtual com.sun.org.apache.xerces.internal.xni.QName.setValues:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         8: .line 335
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.fQName:Lcom/sun/org/apache/xerces/internal/xni/QName;
            areturn
        end local 5 // int idx
        end local 4 // java.lang.String prefix
        end local 3 // java.lang.String qname
        end local 2 // java.lang.String localName
        end local 1 // java.lang.String uri
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
            0    9     1        uri  Ljava/lang/String;
            0    9     2  localName  Ljava/lang/String;
            0    9     3      qname  Ljava/lang/String;
            1    9     4     prefix  Ljava/lang/String;
            2    9     5        idx  I
    MethodParameters:
           Name  Flags
      uri        
      localName  
      qname      
}
SourceFile: "JAXPValidatorComponent.java"
NestHost: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent
InnerClasses:
  private final SAX2XNI = com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI of com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent