class nu.xom.JaxenConnector
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: nu.xom.JaxenConnector
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 9025734269448515308

  private static FunctionContext functionContext;
    descriptor: LFunctionContext;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // nu.xom.JaxenConnector this
         0: .line 28
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.jaxen cannot be resolved\n\tThe import org.jaxen cannot be resolved\n\tThe import org.jaxen cannot be resolved\n\tThe import org.jaxen cannot be resolved\n\tBaseXPath cannot be resolved to a type\n\tFunctionContext cannot be resolved to a type\n\tXPathFunctionContext cannot be resolved to a type\n\tJaxenException cannot be resolved to a type\n\tFunctionContext cannot be resolved to a type\n\tJaxenException cannot be resolved to a type\n\tBaseXPath cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // nu.xom.JaxenConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/JaxenConnector;
    Exceptions:
      throws JaxenException
    MethodParameters:
            Name  Flags
      expression  

  public java.util.List selectNodes(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // nu.xom.JaxenConnector this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJaxenException cannot be resolved to a type\n\tBaseXPath cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // nu.xom.JaxenConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/JaxenConnector;
    Exceptions:
      throws JaxenException
    MethodParameters:
            Name  Flags
      expression  
}
SourceFile: "JaxenConnector.java"