public class com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl extends javax.xml.xpath.XPathFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl
  super_class: javax.xml.xpath.XPathFactory
{
  private static final java.lang.String CLASS_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "XPathFactoryImpl"

  private javax.xml.xpath.XPathFunctionResolver xPathFunctionResolver;
    descriptor: Ljavax/xml/xpath/XPathFunctionResolver;
    flags: (0x0002) ACC_PRIVATE

  private javax.xml.xpath.XPathVariableResolver xPathVariableResolver;
    descriptor: Ljavax/xml/xpath/XPathVariableResolver;
    flags: (0x0002) ACC_PRIVATE

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

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

  private final jdk.xml.internal.JdkXmlFeatures _featureManager;
    descriptor: Ljdk/xml/internal/JdkXmlFeatures;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl this
         0: .line 72
            aload 0 /* this */
            invokespecial javax.xml.xpath.XPathFactory.<init>:()V
         1: .line 48
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl.xPathFunctionResolver:Ljavax/xml/xpath/XPathFunctionResolver;
         2: .line 53
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl.xPathVariableResolver:Ljavax/xml/xpath/XPathVariableResolver;
         3: .line 58
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl._isNotSecureProcessing:Z
         4: .line 62
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl._isSecureMode:Z
         5: .line 73
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            ifnull 8
         6: .line 74
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl._isSecureMode:Z
         7: .line 75
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl._isNotSecureProcessing:Z
         8: .line 77
      StackMap locals: com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl
      StackMap stack:
            aload 0 /* this */
         9: new jdk.xml.internal.JdkXmlFeatures
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl._isNotSecureProcessing:Z
            ifeq 10
            iconst_0
            goto 11
      StackMap locals: com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl
      StackMap stack: com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl new 9 new 9
        10: iconst_1
      StackMap locals: com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl
      StackMap stack: com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl new 9 new 9 int
        11: invokespecial jdk.xml.internal.JdkXmlFeatures.<init>:(Z)V
            putfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl._featureManager:Ljdk/xml/internal/JdkXmlFeatures;
        12: .line 78
            return
        end local 0 // com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/sun/org/apache/xpath/internal/jaxp/XPathFactoryImpl;

  public boolean isObjectModelSupported(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl this
        start local 1 // java.lang.String objectModel
         0: .line 94
            aload 1 /* objectModel */
            ifnonnull 5
         1: .line 96
            ldc "ER_OBJECT_MODEL_NULL"
         2: .line 97
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
         3: .line 95
            invokestatic com.sun.org.apache.xalan.internal.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 2 /* fmsg */
        start local 2 // java.lang.String fmsg
         4: .line 99
            new java.lang.NullPointerException
            dup
            aload 2 /* fmsg */
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.String fmsg
         5: .line 102
      StackMap locals:
      StackMap stack:
            aload 1 /* objectModel */
            invokevirtual java.lang.String.length:()I
            ifne 10
         6: .line 104
            ldc "ER_OBJECT_MODEL_EMPTY"
         7: .line 105
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
         8: .line 103
            invokestatic com.sun.org.apache.xalan.internal.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 2 /* fmsg */
        start local 2 // java.lang.String fmsg
         9: .line 106
            new java.lang.IllegalArgumentException
            dup
            aload 2 /* fmsg */
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.String fmsg
        10: .line 110
      StackMap locals:
      StackMap stack:
            aload 1 /* objectModel */
            ldc "http://java.sun.com/jaxp/xpath/dom"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 12
        11: .line 111
            iconst_1
            ireturn
        12: .line 115
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.String objectModel
        end local 0 // com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lcom/sun/org/apache/xpath/internal/jaxp/XPathFactoryImpl;
            0   13     1  objectModel  Ljava/lang/String;
            4    5     2         fmsg  Ljava/lang/String;
            9   10     2         fmsg  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      objectModel  

  public javax.xml.xpath.XPath newXPath();
    descriptor: ()Ljavax/xml/xpath/XPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl this
         0: .line 125
            new com.sun.org.apache.xpath.internal.jaxp.XPathImpl
            dup
         1: .line 126
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl.xPathVariableResolver:Ljavax/xml/xpath/XPathVariableResolver;
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl.xPathFunctionResolver:Ljavax/xml/xpath/XPathFunctionResolver;
         2: .line 127
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl._isNotSecureProcessing:Z
            ifeq 3
            iconst_0
            goto 4
      StackMap locals: com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl
      StackMap stack: new 0 new 0 javax.xml.xpath.XPathVariableResolver javax.xml.xpath.XPathFunctionResolver
         3: iconst_1
      StackMap locals: com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl
      StackMap stack: new 0 new 0 javax.xml.xpath.XPathVariableResolver javax.xml.xpath.XPathFunctionResolver int
         4: aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl._featureManager:Ljdk/xml/internal/JdkXmlFeatures;
         5: .line 125
            invokespecial com.sun.org.apache.xpath.internal.jaxp.XPathImpl.<init>:(Ljavax/xml/xpath/XPathVariableResolver;Ljavax/xml/xpath/XPathFunctionResolver;ZLjdk/xml/internal/JdkXmlFeatures;)V
            areturn
        end local 0 // com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/org/apache/xpath/internal/jaxp/XPathFactoryImpl;

  public void setFeature(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl this
        start local 1 // java.lang.String name
        start local 2 // boolean value
         0: .line 160
            aload 1 /* name */
            ifnonnull 5
         1: .line 162
            ldc "ER_FEATURE_NAME_NULL"
         2: .line 163
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "XPathFactoryImpl"
            aastore
            dup
            iconst_1
            iload 2 /* value */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
         3: .line 161
            invokestatic com.sun.org.apache.xalan.internal.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 3 /* fmsg */
        start local 3 // java.lang.String fmsg
         4: .line 164
            new java.lang.NullPointerException
            dup
            aload 3 /* fmsg */
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.String fmsg
         5: .line 168
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://javax.xml.XMLConstants/feature/secure-processing"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 19
         6: .line 169
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl._isSecureMode:Z
            ifeq 11
            iload 2 /* value */
            ifne 11
         7: .line 171
            ldc "ER_SECUREPROCESSING_FEATURE"
         8: .line 172
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* name */
            aastore
            dup
            iconst_1
            ldc "XPathFactoryImpl"
            aastore
            dup
            iconst_2
            iload 2 /* value */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
         9: .line 170
            invokestatic com.sun.org.apache.xalan.internal.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 3 /* fmsg */
        start local 3 // java.lang.String fmsg
        10: .line 173
            new javax.xml.xpath.XPathFactoryConfigurationException
            dup
            aload 3 /* fmsg */
            invokespecial javax.xml.xpath.XPathFactoryConfigurationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.String fmsg
        11: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* value */
            ifeq 12
            iconst_0
            goto 13
      StackMap locals:
      StackMap stack: com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl
        12: iconst_1
      StackMap locals: com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl java.lang.String int
      StackMap stack: com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl int
        13: putfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl._isNotSecureProcessing:Z
        14: .line 177
            iload 2 /* value */
            ifeq 18
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl._featureManager:Ljdk/xml/internal/JdkXmlFeatures;
            ifnull 18
        15: .line 178
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl._featureManager:Ljdk/xml/internal/JdkXmlFeatures;
            getstatic jdk.xml.internal.JdkXmlFeatures$XmlFeature.ENABLE_EXTENSION_FUNCTION:Ljdk/xml/internal/JdkXmlFeatures$XmlFeature;
        16: .line 179
            getstatic jdk.xml.internal.JdkXmlFeatures$State.FSP:Ljdk/xml/internal/JdkXmlFeatures$State;
            iconst_0
        17: .line 178
            invokevirtual jdk.xml.internal.JdkXmlFeatures.setFeature:(Ljdk/xml/internal/JdkXmlFeatures$XmlFeature;Ljdk/xml/internal/JdkXmlFeatures$State;Z)V
        18: .line 183
      StackMap locals:
      StackMap stack:
            return
        19: .line 185
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://www.oracle.com/feature/use-service-mechanism"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 22
        20: .line 187
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl._isSecureMode:Z
            ifeq 22
        21: .line 188
            return
        22: .line 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl._featureManager:Ljdk/xml/internal/JdkXmlFeatures;
            ifnull 25
        23: .line 192
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl._featureManager:Ljdk/xml/internal/JdkXmlFeatures;
            aload 1 /* name */
            getstatic jdk.xml.internal.JdkXmlFeatures$State.APIPROPERTY:Ljdk/xml/internal/JdkXmlFeatures$State;
            iload 2 /* value */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual jdk.xml.internal.JdkXmlFeatures.setFeature:(Ljava/lang/String;Ljdk/xml/internal/JdkXmlFeatures$State;Ljava/lang/Object;)Z
            ifeq 25
        24: .line 193
            return
        25: .line 198
      StackMap locals:
      StackMap stack:
            ldc "ER_FEATURE_UNKNOWN"
        26: .line 199
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* name */
            aastore
            dup
            iconst_1
            ldc "XPathFactoryImpl"
            aastore
            dup
            iconst_2
            iload 2 /* value */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
        27: .line 197
            invokestatic com.sun.org.apache.xalan.internal.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 3 /* fmsg */
        start local 3 // java.lang.String fmsg
        28: .line 200
            new javax.xml.xpath.XPathFactoryConfigurationException
            dup
            aload 3 /* fmsg */
            invokespecial javax.xml.xpath.XPathFactoryConfigurationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.String fmsg
        end local 2 // boolean value
        end local 1 // java.lang.String name
        end local 0 // com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   29     0   this  Lcom/sun/org/apache/xpath/internal/jaxp/XPathFactoryImpl;
            0   29     1   name  Ljava/lang/String;
            0   29     2  value  Z
            4    5     3   fmsg  Ljava/lang/String;
           10   11     3   fmsg  Ljava/lang/String;
           28   29     3   fmsg  Ljava/lang/String;
    Exceptions:
      throws javax.xml.xpath.XPathFactoryConfigurationException
    MethodParameters:
       Name  Flags
      name   
      value  

  public boolean getFeature(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl this
        start local 1 // java.lang.String name
         0: .line 230
            aload 1 /* name */
            ifnonnull 5
         1: .line 232
            ldc "ER_GETTING_NULL_FEATURE"
         2: .line 233
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "XPathFactoryImpl"
            aastore
         3: .line 231
            invokestatic com.sun.org.apache.xalan.internal.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 2 /* fmsg */
        start local 2 // java.lang.String fmsg
         4: .line 234
            new java.lang.NullPointerException
            dup
            aload 2 /* fmsg */
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.String fmsg
         5: .line 238
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://javax.xml.XMLConstants/feature/secure-processing"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         6: .line 239
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl._isNotSecureProcessing:Z
            ifeq 7
            iconst_0
            goto 8
      StackMap locals:
      StackMap stack:
         7: iconst_1
      StackMap locals:
      StackMap stack: int
         8: ireturn
         9: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl._featureManager:Ljdk/xml/internal/JdkXmlFeatures;
            aload 1 /* name */
            invokevirtual jdk.xml.internal.JdkXmlFeatures.getIndex:(Ljava/lang/String;)I
            istore 2 /* index */
        start local 2 // int index
        10: .line 244
            iload 2 /* index */
            iconst_m1
            if_icmple 12
        11: .line 245
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl._featureManager:Ljdk/xml/internal/JdkXmlFeatures;
            iload 2 /* index */
            invokevirtual jdk.xml.internal.JdkXmlFeatures.getFeature:(I)Z
            ireturn
        12: .line 250
      StackMap locals: int
      StackMap stack:
            ldc "ER_GETTING_UNKNOWN_FEATURE"
        13: .line 251
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* name */
            aastore
            dup
            iconst_1
            ldc "XPathFactoryImpl"
            aastore
        14: .line 249
            invokestatic com.sun.org.apache.xalan.internal.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 3 /* fmsg */
        start local 3 // java.lang.String fmsg
        15: .line 253
            new javax.xml.xpath.XPathFactoryConfigurationException
            dup
            aload 3 /* fmsg */
            invokespecial javax.xml.xpath.XPathFactoryConfigurationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.String fmsg
        end local 2 // int index
        end local 1 // java.lang.String name
        end local 0 // com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Lcom/sun/org/apache/xpath/internal/jaxp/XPathFactoryImpl;
            0   16     1   name  Ljava/lang/String;
            4    5     2   fmsg  Ljava/lang/String;
           10   16     2  index  I
           15   16     3   fmsg  Ljava/lang/String;
    Exceptions:
      throws javax.xml.xpath.XPathFactoryConfigurationException
    MethodParameters:
      Name  Flags
      name  

  public void setXPathFunctionResolver(javax.xml.xpath.XPathFunctionResolver);
    descriptor: (Ljavax/xml/xpath/XPathFunctionResolver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl this
        start local 1 // javax.xml.xpath.XPathFunctionResolver resolver
         0: .line 273
            aload 1 /* resolver */
            ifnonnull 5
         1: .line 275
            ldc "ER_NULL_XPATH_FUNCTION_RESOLVER"
         2: .line 276
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "XPathFactoryImpl"
            aastore
         3: .line 274
            invokestatic com.sun.org.apache.xalan.internal.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 2 /* fmsg */
        start local 2 // java.lang.String fmsg
         4: .line 277
            new java.lang.NullPointerException
            dup
            aload 2 /* fmsg */
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.String fmsg
         5: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* resolver */
            putfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl.xPathFunctionResolver:Ljavax/xml/xpath/XPathFunctionResolver;
         6: .line 281
            return
        end local 1 // javax.xml.xpath.XPathFunctionResolver resolver
        end local 0 // com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/sun/org/apache/xpath/internal/jaxp/XPathFactoryImpl;
            0    7     1  resolver  Ljavax/xml/xpath/XPathFunctionResolver;
            4    5     2      fmsg  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      resolver  

  public void setXPathVariableResolver(javax.xml.xpath.XPathVariableResolver);
    descriptor: (Ljavax/xml/xpath/XPathVariableResolver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl this
        start local 1 // javax.xml.xpath.XPathVariableResolver resolver
         0: .line 299
            aload 1 /* resolver */
            ifnonnull 5
         1: .line 301
            ldc "ER_NULL_XPATH_VARIABLE_RESOLVER"
         2: .line 302
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "XPathFactoryImpl"
            aastore
         3: .line 300
            invokestatic com.sun.org.apache.xalan.internal.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 2 /* fmsg */
        start local 2 // java.lang.String fmsg
         4: .line 303
            new java.lang.NullPointerException
            dup
            aload 2 /* fmsg */
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.String fmsg
         5: .line 306
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* resolver */
            putfield com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl.xPathVariableResolver:Ljavax/xml/xpath/XPathVariableResolver;
         6: .line 307
            return
        end local 1 // javax.xml.xpath.XPathVariableResolver resolver
        end local 0 // com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/sun/org/apache/xpath/internal/jaxp/XPathFactoryImpl;
            0    7     1  resolver  Ljavax/xml/xpath/XPathVariableResolver;
            4    5     2      fmsg  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      resolver  
}
SourceFile: "XPathFactoryImpl.java"
InnerClasses:
  public final State = jdk.xml.internal.JdkXmlFeatures$State of jdk.xml.internal.JdkXmlFeatures
  public final XmlFeature = jdk.xml.internal.JdkXmlFeatures$XmlFeature of jdk.xml.internal.JdkXmlFeatures