public class com.sun.org.apache.xpath.internal.functions.FuncUnparsedEntityURI extends com.sun.org.apache.xpath.internal.functions.FunctionOneArg
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xpath.internal.functions.FuncUnparsedEntityURI
  super_class: com.sun.org.apache.xpath.internal.functions.FunctionOneArg
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 845309759097448178

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.functions.FuncUnparsedEntityURI this
         0: .line 32
            aload 0 /* this */
            invokespecial com.sun.org.apache.xpath.internal.functions.FunctionOneArg.<init>:()V
            return
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncUnparsedEntityURI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/functions/FuncUnparsedEntityURI;

  public com.sun.org.apache.xpath.internal.objects.XObject execute(com.sun.org.apache.xpath.internal.XPathContext);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xpath/internal/objects/XObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.FuncUnparsedEntityURI this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
         0: .line 47
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncUnparsedEntityURI.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.execute:(Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xpath/internal/objects/XObject;
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.str:()Ljava/lang/String;
            astore 2 /* name */
        start local 2 // java.lang.String name
         1: .line 48
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getCurrentNode:()I
            istore 3 /* context */
        start local 3 // int context
         2: .line 49
            aload 1 /* xctxt */
            iload 3 /* context */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getDTM:(I)Lcom/sun/org/apache/xml/internal/dtm/DTM;
            astore 4 /* dtm */
        start local 4 // com.sun.org.apache.xml.internal.dtm.DTM dtm
         3: .line 50
            aload 4 /* dtm */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getDocument:()I
            pop
         4: .line 52
            aload 4 /* dtm */
            aload 2 /* name */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getUnparsedEntityURI:(Ljava/lang/String;)Ljava/lang/String;
            astore 5 /* uri */
        start local 5 // java.lang.String uri
         5: .line 54
            new com.sun.org.apache.xpath.internal.objects.XString
            dup
            aload 5 /* uri */
            invokespecial com.sun.org.apache.xpath.internal.objects.XString.<init>:(Ljava/lang/String;)V
            areturn
        end local 5 // java.lang.String uri
        end local 4 // com.sun.org.apache.xml.internal.dtm.DTM dtm
        end local 3 // int context
        end local 2 // java.lang.String name
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncUnparsedEntityURI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/sun/org/apache/xpath/internal/functions/FuncUnparsedEntityURI;
            0    6     1    xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
            1    6     2     name  Ljava/lang/String;
            2    6     3  context  I
            3    6     4      dtm  Lcom/sun/org/apache/xml/internal/dtm/DTM;
            5    6     5      uri  Ljava/lang/String;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  
}
SourceFile: "FuncUnparsedEntityURI.java"