public final class org.jcp.xml.dsig.internal.dom.DOMURIDereferencer implements javax.xml.crypto.URIDereferencer
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.jcp.xml.dsig.internal.dom.DOMURIDereferencer
  super_class: java.lang.Object
{
  static final javax.xml.crypto.URIDereferencer INSTANCE;
    descriptor: Ljavax/xml/crypto/URIDereferencer;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 49
            new org.jcp.xml.dsig.internal.dom.DOMURIDereferencer
            dup
            invokespecial org.jcp.xml.dsig.internal.dom.DOMURIDereferencer.<init>:()V
            putstatic org.jcp.xml.dsig.internal.dom.DOMURIDereferencer.INSTANCE:Ljavax/xml/crypto/URIDereferencer;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jcp.xml.dsig.internal.dom.DOMURIDereferencer this
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            invokestatic com.sun.org.apache.xml.internal.security.Init.init:()V
         2: .line 55
            return
        end local 0 // org.jcp.xml.dsig.internal.dom.DOMURIDereferencer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jcp/xml/dsig/internal/dom/DOMURIDereferencer;

  public javax.xml.crypto.Data dereference(javax.xml.crypto.URIReference, javax.xml.crypto.XMLCryptoContext);
    descriptor: (Ljavax/xml/crypto/URIReference;Ljavax/xml/crypto/XMLCryptoContext;)Ljavax/xml/crypto/Data;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jcp.xml.dsig.internal.dom.DOMURIDereferencer this
         0: .line 68
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAttr cannot be resolved to a type\n\tAttr cannot be resolved to a type\n\tThe method getHere() from the type DOMURIReference refers to the missing type Node\n\tNode cannot be resolved to a type\n\tThe method getElementById(String) from the type DOMCryptoContext refers to the missing type Element\n\tElement cannot be resolved to a type\n\tElement cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jcp.xml.dsig.internal.dom.DOMURIDereferencer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jcp/xml/dsig/internal/dom/DOMURIDereferencer;
    Exceptions:
      throws javax.xml.crypto.URIReferenceException
    MethodParameters:
         Name  Flags
      uriRef   
      context  
}
SourceFile: "DOMURIDereferencer.java"