public class com.sun.org.apache.xml.internal.security.utils.CachedXPathAPIHolder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.security.utils.CachedXPathAPIHolder
  super_class: java.lang.Object
{
  static java.lang.ThreadLocal local;
    descriptor: Ljava/lang/ThreadLocal;
    flags: (0x0008) ACC_STATIC

  static java.lang.ThreadLocal localDoc;
    descriptor: Ljava/lang/ThreadLocal;
    flags: (0x0008) ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 31
            new java.lang.ThreadLocal
            dup
            invokespecial java.lang.ThreadLocal.<init>:()V
            putstatic com.sun.org.apache.xml.internal.security.utils.CachedXPathAPIHolder.local:Ljava/lang/ThreadLocal;
         1: .line 32
            new java.lang.ThreadLocal
            dup
            invokespecial java.lang.ThreadLocal.<init>:()V
            putstatic com.sun.org.apache.xml.internal.security.utils.CachedXPathAPIHolder.localDoc:Ljava/lang/ThreadLocal;
            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 // com.sun.org.apache.xml.internal.security.utils.CachedXPathAPIHolder this
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.org.apache.xml.internal.security.utils.CachedXPathAPIHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/utils/CachedXPathAPIHolder;

  public static void setDoc(Document);
    descriptor: (LDocument;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 38
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tDocument cannot be resolved to a type\n\tCachedXPathAPI cannot be resolved to a type\n\tCachedXPathAPI cannot be resolved to a type\n\tCachedXPathAPI cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      doc   

  public static CachedXPathAPI getCachedXPathAPI();
    descriptor: ()LCachedXPathAPI;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCachedXPathAPI cannot be resolved to a type\n\tCachedXPathAPI cannot be resolved to a type\n\tCachedXPathAPI cannot be resolved to a type\n\tCachedXPathAPI cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CachedXPathAPIHolder.java"