public class org.xml.sax.helpers.NamespaceSupport
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.xml.sax.helpers.NamespaceSupport
  super_class: java.lang.Object
{
  public static final java.lang.String XMLNS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://www.w3.org/XML/1998/namespace"

  public static final java.lang.String NSDECL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://www.w3.org/xmlns/2000/"

  private static final java.util.Enumeration<java.lang.String> EMPTY_ENUMERATION;
    descriptor: Ljava/util/Enumeration;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Enumeration<Ljava/lang/String;>;

  private org.xml.sax.helpers.NamespaceSupport$Context[] contexts;
    descriptor: [Lorg/xml/sax/helpers/NamespaceSupport$Context;
    flags: (0x0002) ACC_PRIVATE

  private org.xml.sax.helpers.NamespaceSupport$Context currentContext;
    descriptor: Lorg/xml/sax/helpers/NamespaceSupport$Context;
    flags: (0x0002) ACC_PRIVATE

  private int contextPos;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean namespaceDeclUris;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 144
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokestatic java.util.Collections.enumeration:(Ljava/util/Collection;)Ljava/util/Enumeration;
         1: .line 143
            putstatic org.xml.sax.helpers.NamespaceSupport.EMPTY_ENUMERATION:Ljava/util/Enumeration;
         2: .line 144
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xml.sax.helpers.NamespaceSupport this
         0: .line 155
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 157
            aload 0 /* this */
            invokevirtual org.xml.sax.helpers.NamespaceSupport.reset:()V
         2: .line 158
            return
        end local 0 // org.xml.sax.helpers.NamespaceSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/xml/sax/helpers/NamespaceSupport;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.xml.sax.helpers.NamespaceSupport this
         0: .line 180
            aload 0 /* this */
            bipush 32
            anewarray org.xml.sax.helpers.NamespaceSupport$Context
            putfield org.xml.sax.helpers.NamespaceSupport.contexts:[Lorg/xml/sax/helpers/NamespaceSupport$Context;
         1: .line 181
            aload 0 /* this */
            iconst_0
            putfield org.xml.sax.helpers.NamespaceSupport.namespaceDeclUris:Z
         2: .line 182
            aload 0 /* this */
            iconst_0
            putfield org.xml.sax.helpers.NamespaceSupport.contextPos:I
         3: .line 183
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.contexts:[Lorg/xml/sax/helpers/NamespaceSupport$Context;
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.contextPos:I
            aload 0 /* this */
            new org.xml.sax.helpers.NamespaceSupport$Context
            dup
            aload 0 /* this */
            invokespecial org.xml.sax.helpers.NamespaceSupport$Context.<init>:(Lorg/xml/sax/helpers/NamespaceSupport;)V
            dup_x1
            putfield org.xml.sax.helpers.NamespaceSupport.currentContext:Lorg/xml/sax/helpers/NamespaceSupport$Context;
            aastore
         4: .line 184
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.currentContext:Lorg/xml/sax/helpers/NamespaceSupport$Context;
            ldc "xml"
            ldc "http://www.w3.org/XML/1998/namespace"
            invokevirtual org.xml.sax.helpers.NamespaceSupport$Context.declarePrefix:(Ljava/lang/String;Ljava/lang/String;)V
         5: .line 185
            return
        end local 0 // org.xml.sax.helpers.NamespaceSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/xml/sax/helpers/NamespaceSupport;

  public void pushContext();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.xml.sax.helpers.NamespaceSupport this
         0: .line 226
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.contexts:[Lorg/xml/sax/helpers/NamespaceSupport$Context;
            arraylength
            istore 1 /* max */
        start local 1 // int max
         1: .line 228
            aload 0 /* this */
            dup
            getfield org.xml.sax.helpers.NamespaceSupport.contextPos:I
            iconst_1
            iadd
            putfield org.xml.sax.helpers.NamespaceSupport.contextPos:I
         2: .line 231
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.contextPos:I
            iload 1 /* max */
            if_icmplt 7
         3: .line 232
            iload 1 /* max */
            iconst_2
            imul
            anewarray org.xml.sax.helpers.NamespaceSupport$Context
            astore 2 /* newContexts */
        start local 2 // org.xml.sax.helpers.NamespaceSupport$Context[] newContexts
         4: .line 233
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.contexts:[Lorg/xml/sax/helpers/NamespaceSupport$Context;
            iconst_0
            aload 2 /* newContexts */
            iconst_0
            iload 1 /* max */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 234
            iload 1 /* max */
            iconst_2
            imul
            istore 1 /* max */
         6: .line 235
            aload 0 /* this */
            aload 2 /* newContexts */
            putfield org.xml.sax.helpers.NamespaceSupport.contexts:[Lorg/xml/sax/helpers/NamespaceSupport$Context;
        end local 2 // org.xml.sax.helpers.NamespaceSupport$Context[] newContexts
         7: .line 239
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.contexts:[Lorg/xml/sax/helpers/NamespaceSupport$Context;
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.contextPos:I
            aaload
            putfield org.xml.sax.helpers.NamespaceSupport.currentContext:Lorg/xml/sax/helpers/NamespaceSupport$Context;
         8: .line 240
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.currentContext:Lorg/xml/sax/helpers/NamespaceSupport$Context;
            ifnonnull 10
         9: .line 241
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.contexts:[Lorg/xml/sax/helpers/NamespaceSupport$Context;
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.contextPos:I
            aload 0 /* this */
            new org.xml.sax.helpers.NamespaceSupport$Context
            dup
            aload 0 /* this */
            invokespecial org.xml.sax.helpers.NamespaceSupport$Context.<init>:(Lorg/xml/sax/helpers/NamespaceSupport;)V
            dup_x1
            putfield org.xml.sax.helpers.NamespaceSupport.currentContext:Lorg/xml/sax/helpers/NamespaceSupport$Context;
            aastore
        10: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.contextPos:I
            ifle 12
        11: .line 246
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.currentContext:Lorg/xml/sax/helpers/NamespaceSupport$Context;
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.contexts:[Lorg/xml/sax/helpers/NamespaceSupport$Context;
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.contextPos:I
            iconst_1
            isub
            aaload
            invokevirtual org.xml.sax.helpers.NamespaceSupport$Context.setParent:(Lorg/xml/sax/helpers/NamespaceSupport$Context;)V
        12: .line 248
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int max
        end local 0 // org.xml.sax.helpers.NamespaceSupport this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lorg/xml/sax/helpers/NamespaceSupport;
            1   13     1          max  I
            4    7     2  newContexts  [Lorg/xml/sax/helpers/NamespaceSupport$Context;

  public void popContext();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.xml.sax.helpers.NamespaceSupport this
         0: .line 266
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.contexts:[Lorg/xml/sax/helpers/NamespaceSupport$Context;
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.contextPos:I
            aaload
            invokevirtual org.xml.sax.helpers.NamespaceSupport$Context.clear:()V
         1: .line 267
            aload 0 /* this */
            dup
            getfield org.xml.sax.helpers.NamespaceSupport.contextPos:I
            iconst_1
            isub
            putfield org.xml.sax.helpers.NamespaceSupport.contextPos:I
         2: .line 268
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.contextPos:I
            ifge 4
         3: .line 269
            new java.util.EmptyStackException
            dup
            invokespecial java.util.EmptyStackException.<init>:()V
            athrow
         4: .line 271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.contexts:[Lorg/xml/sax/helpers/NamespaceSupport$Context;
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.contextPos:I
            aaload
            putfield org.xml.sax.helpers.NamespaceSupport.currentContext:Lorg/xml/sax/helpers/NamespaceSupport$Context;
         5: .line 272
            return
        end local 0 // org.xml.sax.helpers.NamespaceSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/xml/sax/helpers/NamespaceSupport;

  public boolean declarePrefix(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.xml.sax.helpers.NamespaceSupport this
        start local 1 // java.lang.String prefix
        start local 2 // java.lang.String uri
         0: .line 316
            aload 1 /* prefix */
            ldc "xml"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 1
            aload 1 /* prefix */
            ldc "xmlns"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 317
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.currentContext:Lorg/xml/sax/helpers/NamespaceSupport$Context;
            aload 1 /* prefix */
            aload 2 /* uri */
            invokevirtual org.xml.sax.helpers.NamespaceSupport$Context.declarePrefix:(Ljava/lang/String;Ljava/lang/String;)V
         3: .line 320
            iconst_1
            ireturn
        end local 2 // java.lang.String uri
        end local 1 // java.lang.String prefix
        end local 0 // org.xml.sax.helpers.NamespaceSupport this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/xml/sax/helpers/NamespaceSupport;
            0    4     1  prefix  Ljava/lang/String;
            0    4     2     uri  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      prefix  
      uri     

  public java.lang.String[] processName(java.lang.String, java.lang.String[], boolean);
    descriptor: (Ljava/lang/String;[Ljava/lang/String;Z)[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.xml.sax.helpers.NamespaceSupport this
        start local 1 // java.lang.String qName
        start local 2 // java.lang.String[] parts
        start local 3 // boolean isAttribute
         0: .line 368
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.currentContext:Lorg/xml/sax/helpers/NamespaceSupport$Context;
            aload 1 /* qName */
            iload 3 /* isAttribute */
            invokevirtual org.xml.sax.helpers.NamespaceSupport$Context.processName:(Ljava/lang/String;Z)[Ljava/lang/String;
            astore 4 /* myParts */
        start local 4 // java.lang.String[] myParts
         1: .line 369
            aload 4 /* myParts */
            ifnonnull 3
         2: .line 370
            aconst_null
            areturn
         3: .line 372
      StackMap locals: java.lang.String[]
      StackMap stack:
            aload 2 /* parts */
            iconst_0
            aload 4 /* myParts */
            iconst_0
            aaload
            aastore
         4: .line 373
            aload 2 /* parts */
            iconst_1
            aload 4 /* myParts */
            iconst_1
            aaload
            aastore
         5: .line 374
            aload 2 /* parts */
            iconst_2
            aload 4 /* myParts */
            iconst_2
            aaload
            aastore
         6: .line 375
            aload 2 /* parts */
            areturn
        end local 4 // java.lang.String[] myParts
        end local 3 // boolean isAttribute
        end local 2 // java.lang.String[] parts
        end local 1 // java.lang.String qName
        end local 0 // org.xml.sax.helpers.NamespaceSupport this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/xml/sax/helpers/NamespaceSupport;
            0    7     1        qName  Ljava/lang/String;
            0    7     2        parts  [Ljava/lang/String;
            0    7     3  isAttribute  Z
            1    7     4      myParts  [Ljava/lang/String;
    MethodParameters:
             Name  Flags
      qName        
      parts        
      isAttribute  

  public java.lang.String getURI(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xml.sax.helpers.NamespaceSupport this
        start local 1 // java.lang.String prefix
         0: .line 394
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.currentContext:Lorg/xml/sax/helpers/NamespaceSupport$Context;
            aload 1 /* prefix */
            invokevirtual org.xml.sax.helpers.NamespaceSupport$Context.getURI:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String prefix
        end local 0 // org.xml.sax.helpers.NamespaceSupport this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/xml/sax/helpers/NamespaceSupport;
            0    1     1  prefix  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      prefix  

  public java.util.Enumeration<java.lang.String> getPrefixes();
    descriptor: ()Ljava/util/Enumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xml.sax.helpers.NamespaceSupport this
         0: .line 414
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.currentContext:Lorg/xml/sax/helpers/NamespaceSupport$Context;
            invokevirtual org.xml.sax.helpers.NamespaceSupport$Context.getPrefixes:()Ljava/util/Enumeration;
            areturn
        end local 0 // org.xml.sax.helpers.NamespaceSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xml/sax/helpers/NamespaceSupport;
    Signature: ()Ljava/util/Enumeration<Ljava/lang/String;>;

  public java.lang.String getPrefix(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xml.sax.helpers.NamespaceSupport this
        start local 1 // java.lang.String uri
         0: .line 439
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.currentContext:Lorg/xml/sax/helpers/NamespaceSupport$Context;
            aload 1 /* uri */
            invokevirtual org.xml.sax.helpers.NamespaceSupport$Context.getPrefix:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String uri
        end local 0 // org.xml.sax.helpers.NamespaceSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xml/sax/helpers/NamespaceSupport;
            0    1     1   uri  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      uri   

  public java.util.Enumeration<java.lang.String> getPrefixes(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/Enumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.xml.sax.helpers.NamespaceSupport this
        start local 1 // java.lang.String uri
         0: .line 468
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* prefixes */
        start local 2 // java.util.List prefixes
         1: .line 469
            aload 0 /* this */
            invokevirtual org.xml.sax.helpers.NamespaceSupport.getPrefixes:()Ljava/util/Enumeration;
            astore 3 /* allPrefixes */
        start local 3 // java.util.Enumeration allPrefixes
         2: .line 470
            goto 6
         3: .line 471
      StackMap locals: java.util.List java.util.Enumeration
      StackMap stack:
            aload 3 /* allPrefixes */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* prefix */
        start local 4 // java.lang.String prefix
         4: .line 472
            aload 1 /* uri */
            aload 0 /* this */
            aload 4 /* prefix */
            invokevirtual org.xml.sax.helpers.NamespaceSupport.getURI:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 473
            aload 2 /* prefixes */
            aload 4 /* prefix */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // java.lang.String prefix
         6: .line 470
      StackMap locals:
      StackMap stack:
            aload 3 /* allPrefixes */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 3
         7: .line 476
            aload 2 /* prefixes */
            invokestatic java.util.Collections.enumeration:(Ljava/util/Collection;)Ljava/util/Enumeration;
            areturn
        end local 3 // java.util.Enumeration allPrefixes
        end local 2 // java.util.List prefixes
        end local 1 // java.lang.String uri
        end local 0 // org.xml.sax.helpers.NamespaceSupport this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lorg/xml/sax/helpers/NamespaceSupport;
            0    8     1          uri  Ljava/lang/String;
            1    8     2     prefixes  Ljava/util/List<Ljava/lang/String;>;
            2    8     3  allPrefixes  Ljava/util/Enumeration<Ljava/lang/String;>;
            4    6     4       prefix  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Ljava/util/Enumeration<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      uri   

  public java.util.Enumeration<java.lang.String> getDeclaredPrefixes();
    descriptor: ()Ljava/util/Enumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xml.sax.helpers.NamespaceSupport this
         0: .line 494
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.currentContext:Lorg/xml/sax/helpers/NamespaceSupport$Context;
            invokevirtual org.xml.sax.helpers.NamespaceSupport$Context.getDeclaredPrefixes:()Ljava/util/Enumeration;
            areturn
        end local 0 // org.xml.sax.helpers.NamespaceSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xml/sax/helpers/NamespaceSupport;
    Signature: ()Ljava/util/Enumeration<Ljava/lang/String;>;

  public void setNamespaceDeclUris(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.xml.sax.helpers.NamespaceSupport this
        start local 1 // boolean value
         0: .line 510
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.contextPos:I
            ifeq 2
         1: .line 511
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 512
      StackMap locals:
      StackMap stack:
            iload 1 /* value */
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.namespaceDeclUris:Z
            if_icmpne 4
         3: .line 513
            return
         4: .line 514
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* value */
            putfield org.xml.sax.helpers.NamespaceSupport.namespaceDeclUris:Z
         5: .line 515
            iload 1 /* value */
            ifeq 7
         6: .line 516
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.currentContext:Lorg/xml/sax/helpers/NamespaceSupport$Context;
            ldc "xmlns"
            ldc "http://www.w3.org/xmlns/2000/"
            invokevirtual org.xml.sax.helpers.NamespaceSupport$Context.declarePrefix:(Ljava/lang/String;Ljava/lang/String;)V
            goto 9
         7: .line 518
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.contexts:[Lorg/xml/sax/helpers/NamespaceSupport$Context;
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.contextPos:I
            aload 0 /* this */
            new org.xml.sax.helpers.NamespaceSupport$Context
            dup
            aload 0 /* this */
            invokespecial org.xml.sax.helpers.NamespaceSupport$Context.<init>:(Lorg/xml/sax/helpers/NamespaceSupport;)V
            dup_x1
            putfield org.xml.sax.helpers.NamespaceSupport.currentContext:Lorg/xml/sax/helpers/NamespaceSupport$Context;
            aastore
         8: .line 519
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.currentContext:Lorg/xml/sax/helpers/NamespaceSupport$Context;
            ldc "xml"
            ldc "http://www.w3.org/XML/1998/namespace"
            invokevirtual org.xml.sax.helpers.NamespaceSupport$Context.declarePrefix:(Ljava/lang/String;Ljava/lang/String;)V
         9: .line 521
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean value
        end local 0 // org.xml.sax.helpers.NamespaceSupport this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/xml/sax/helpers/NamespaceSupport;
            0   10     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public boolean isNamespaceDeclUris();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xml.sax.helpers.NamespaceSupport this
         0: .line 530
            aload 0 /* this */
            getfield org.xml.sax.helpers.NamespaceSupport.namespaceDeclUris:Z
            ireturn
        end local 0 // org.xml.sax.helpers.NamespaceSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xml/sax/helpers/NamespaceSupport;
}
SourceFile: "NamespaceSupport.java"
NestMembers:
  org.xml.sax.helpers.NamespaceSupport$Context
InnerClasses:
  final Context = org.xml.sax.helpers.NamespaceSupport$Context of org.xml.sax.helpers.NamespaceSupport