class nu.xom.Node$EmptyNamespaceContext
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: nu.xom.Node$EmptyNamespaceContext
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // nu.xom.Node$EmptyNamespaceContext this
         0: .line 26
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.jaxen cannot be resolved\n\tThe constructor JaxenConnector(String) refers to the missing type JaxenException\n\tNamespaceContext cannot be resolved to a type\n\tThe method getJaxenContext() from the type XPathContext refers to the missing type NamespaceContext\n\tThe method selectNodes(Object) from the type JaxenConnector refers to the missing type JaxenException\n\tNamespaceContext cannot be resolved to a type\n\tNamespaceContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // nu.xom.Node$EmptyNamespaceContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/Node$EmptyNamespaceContext;

  public java.lang.String translateNamespacePrefixToUri(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // nu.xom.Node$EmptyNamespaceContext this
         0: .line 457
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // nu.xom.Node$EmptyNamespaceContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/Node$EmptyNamespaceContext;
    MethodParameters:
        Name  Flags
      prefix  
}
SourceFile: "Node.java"
NestHost: nu.xom.Node
InnerClasses:
  private EmptyNamespaceContext = nu.xom.Node$EmptyNamespaceContext of nu.xom.Node