public final class com.sun.org.apache.xerces.internal.util.StAXLocationWrapper implements com.sun.org.apache.xerces.internal.xni.XMLLocator
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.util.StAXLocationWrapper
  super_class: java.lang.Object
{
  private javax.xml.stream.Location fLocation;
    descriptor: Ljavax/xml/stream/Location;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.util.StAXLocationWrapper.fLocation:Ljavax/xml/stream/Location;
         2: .line 40
            return
        end local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/util/StAXLocationWrapper;

  public void setLocation(javax.xml.stream.Location);
    descriptor: (Ljavax/xml/stream/Location;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
        start local 1 // javax.xml.stream.Location location
         0: .line 43
            aload 0 /* this */
            aload 1 /* location */
            putfield com.sun.org.apache.xerces.internal.util.StAXLocationWrapper.fLocation:Ljavax/xml/stream/Location;
         1: .line 44
            return
        end local 1 // javax.xml.stream.Location location
        end local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/org/apache/xerces/internal/util/StAXLocationWrapper;
            0    2     1  location  Ljavax/xml/stream/Location;
    MethodParameters:
          Name  Flags
      location  

  public javax.xml.stream.Location getLocation();
    descriptor: ()Ljavax/xml/stream/Location;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
         0: .line 47
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.StAXLocationWrapper.fLocation:Ljavax/xml/stream/Location;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/util/StAXLocationWrapper;

  public java.lang.String getPublicId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
         0: .line 55
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.StAXLocationWrapper.fLocation:Ljavax/xml/stream/Location;
            ifnull 2
         1: .line 56
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.StAXLocationWrapper.fLocation:Ljavax/xml/stream/Location;
            invokeinterface javax.xml.stream.Location.getPublicId:()Ljava/lang/String;
            areturn
         2: .line 58
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/util/StAXLocationWrapper;

  public java.lang.String getLiteralSystemId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
         0: .line 62
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.StAXLocationWrapper.fLocation:Ljavax/xml/stream/Location;
            ifnull 2
         1: .line 63
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.StAXLocationWrapper.fLocation:Ljavax/xml/stream/Location;
            invokeinterface javax.xml.stream.Location.getSystemId:()Ljava/lang/String;
            areturn
         2: .line 65
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/util/StAXLocationWrapper;

  public java.lang.String getBaseSystemId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
         0: .line 69
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/util/StAXLocationWrapper;

  public java.lang.String getExpandedSystemId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
         0: .line 73
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.util.StAXLocationWrapper.getLiteralSystemId:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/util/StAXLocationWrapper;

  public int getLineNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
         0: .line 77
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.StAXLocationWrapper.fLocation:Ljavax/xml/stream/Location;
            ifnull 2
         1: .line 78
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.StAXLocationWrapper.fLocation:Ljavax/xml/stream/Location;
            invokeinterface javax.xml.stream.Location.getLineNumber:()I
            ireturn
         2: .line 80
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/util/StAXLocationWrapper;

  public int getColumnNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
         0: .line 84
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.StAXLocationWrapper.fLocation:Ljavax/xml/stream/Location;
            ifnull 2
         1: .line 85
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.StAXLocationWrapper.fLocation:Ljavax/xml/stream/Location;
            invokeinterface javax.xml.stream.Location.getColumnNumber:()I
            ireturn
         2: .line 87
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/util/StAXLocationWrapper;

  public int getCharacterOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
         0: .line 91
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.StAXLocationWrapper.fLocation:Ljavax/xml/stream/Location;
            ifnull 2
         1: .line 92
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.StAXLocationWrapper.fLocation:Ljavax/xml/stream/Location;
            invokeinterface javax.xml.stream.Location.getCharacterOffset:()I
            ireturn
         2: .line 94
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/util/StAXLocationWrapper;

  public java.lang.String getEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
         0: .line 98
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/util/StAXLocationWrapper;

  public java.lang.String getXMLVersion();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
         0: .line 102
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.util.StAXLocationWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/util/StAXLocationWrapper;
}
SourceFile: "StAXLocationWrapper.java"