public class com.sun.org.apache.xpath.internal.functions.FuncId 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.FuncId
  super_class: com.sun.org.apache.xpath.internal.functions.FunctionOneArg
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 8930573966143567310

  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.FuncId this
         0: .line 39
            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.FuncId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/functions/FuncId;

  private com.sun.org.apache.xml.internal.utils.StringVector getNodesByID(com.sun.org.apache.xpath.internal.XPathContext, int, java.lang.String, com.sun.org.apache.xml.internal.utils.StringVector, com.sun.org.apache.xpath.internal.NodeSetDTM, boolean);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;ILjava/lang/String;Lcom/sun/org/apache/xml/internal/utils/StringVector;Lcom/sun/org/apache/xpath/internal/NodeSetDTM;Z)Lcom/sun/org/apache/xml/internal/utils/StringVector;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=12, args_size=7
        start local 0 // com.sun.org.apache.xpath.internal.functions.FuncId this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        start local 2 // int docContext
        start local 3 // java.lang.String refval
        start local 4 // com.sun.org.apache.xml.internal.utils.StringVector usedrefs
        start local 5 // com.sun.org.apache.xpath.internal.NodeSetDTM nodeSet
        start local 6 // boolean mayBeMore
         0: .line 61
            aload 3 /* refval */
            ifnull 19
         1: .line 63
            aconst_null
            astore 7 /* ref */
        start local 7 // java.lang.String ref
         2: .line 65
            new java.util.StringTokenizer
            dup
            aload 3 /* refval */
            invokespecial java.util.StringTokenizer.<init>:(Ljava/lang/String;)V
            astore 8 /* tokenizer */
        start local 8 // java.util.StringTokenizer tokenizer
         3: .line 66
            aload 8 /* tokenizer */
            invokevirtual java.util.StringTokenizer.hasMoreTokens:()Z
            istore 9 /* hasMore */
        start local 9 // boolean hasMore
         4: .line 67
            aload 1 /* xctxt */
            iload 2 /* docContext */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getDTM:(I)Lcom/sun/org/apache/xml/internal/dtm/DTM;
            astore 10 /* dtm */
        start local 10 // com.sun.org.apache.xml.internal.dtm.DTM dtm
         5: .line 69
            goto 18
         6: .line 71
      StackMap locals: com.sun.org.apache.xpath.internal.functions.FuncId com.sun.org.apache.xpath.internal.XPathContext int java.lang.String com.sun.org.apache.xml.internal.utils.StringVector com.sun.org.apache.xpath.internal.NodeSetDTM int java.lang.String java.util.StringTokenizer int com.sun.org.apache.xml.internal.dtm.DTM
      StackMap stack:
            aload 8 /* tokenizer */
            invokevirtual java.util.StringTokenizer.nextToken:()Ljava/lang/String;
            astore 7 /* ref */
         7: .line 72
            aload 8 /* tokenizer */
            invokevirtual java.util.StringTokenizer.hasMoreTokens:()Z
            istore 9 /* hasMore */
         8: .line 74
            aload 4 /* usedrefs */
            ifnull 11
            aload 4 /* usedrefs */
            aload 7 /* ref */
            invokevirtual com.sun.org.apache.xml.internal.utils.StringVector.contains:(Ljava/lang/String;)Z
            ifeq 11
         9: .line 76
            aconst_null
            astore 7 /* ref */
        10: .line 78
            goto 18
        11: .line 81
      StackMap locals:
      StackMap stack:
            aload 10 /* dtm */
            aload 7 /* ref */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getElementById:(Ljava/lang/String;)I
            istore 11 /* node */
        start local 11 // int node
        12: .line 83
            iconst_m1
            iload 11 /* node */
            if_icmpeq 14
        13: .line 84
            aload 5 /* nodeSet */
            iload 11 /* node */
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.NodeSetDTM.addNodeInDocOrder:(ILcom/sun/org/apache/xpath/internal/XPathContext;)I
            pop
        14: .line 86
      StackMap locals: int
      StackMap stack:
            aload 7 /* ref */
            ifnull 18
            iload 9 /* hasMore */
            ifne 15
            iload 6 /* mayBeMore */
            ifeq 18
        15: .line 88
      StackMap locals:
      StackMap stack:
            aload 4 /* usedrefs */
            ifnonnull 17
        16: .line 89
            new com.sun.org.apache.xml.internal.utils.StringVector
            dup
            invokespecial com.sun.org.apache.xml.internal.utils.StringVector.<init>:()V
            astore 4 /* usedrefs */
        17: .line 91
      StackMap locals:
      StackMap stack:
            aload 4 /* usedrefs */
            aload 7 /* ref */
            invokevirtual com.sun.org.apache.xml.internal.utils.StringVector.addElement:(Ljava/lang/String;)V
        end local 11 // int node
        18: .line 69
      StackMap locals:
      StackMap stack:
            iload 9 /* hasMore */
            ifne 6
        end local 10 // com.sun.org.apache.xml.internal.dtm.DTM dtm
        end local 9 // boolean hasMore
        end local 8 // java.util.StringTokenizer tokenizer
        end local 7 // java.lang.String ref
        19: .line 96
      StackMap locals: com.sun.org.apache.xpath.internal.functions.FuncId com.sun.org.apache.xpath.internal.XPathContext int java.lang.String com.sun.org.apache.xml.internal.utils.StringVector com.sun.org.apache.xpath.internal.NodeSetDTM int
      StackMap stack:
            aload 4 /* usedrefs */
            areturn
        end local 6 // boolean mayBeMore
        end local 5 // com.sun.org.apache.xpath.internal.NodeSetDTM nodeSet
        end local 4 // com.sun.org.apache.xml.internal.utils.StringVector usedrefs
        end local 3 // java.lang.String refval
        end local 2 // int docContext
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncId this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   20     0        this  Lcom/sun/org/apache/xpath/internal/functions/FuncId;
            0   20     1       xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
            0   20     2  docContext  I
            0   20     3      refval  Ljava/lang/String;
            0   20     4    usedrefs  Lcom/sun/org/apache/xml/internal/utils/StringVector;
            0   20     5     nodeSet  Lcom/sun/org/apache/xpath/internal/NodeSetDTM;
            0   20     6   mayBeMore  Z
            2   19     7         ref  Ljava/lang/String;
            3   19     8   tokenizer  Ljava/util/StringTokenizer;
            4   19     9     hasMore  Z
            5   19    10         dtm  Lcom/sun/org/apache/xml/internal/dtm/DTM;
           12   18    11        node  I
    MethodParameters:
            Name  Flags
      xctxt       
      docContext  
      refval      
      usedrefs    
      nodeSet     
      mayBeMore   

  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=8, locals=14, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.FuncId this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
         0: .line 110
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getCurrentNode:()I
            istore 2 /* context */
        start local 2 // int context
         1: .line 111
            aload 1 /* xctxt */
            iload 2 /* context */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getDTM:(I)Lcom/sun/org/apache/xml/internal/dtm/DTM;
            astore 3 /* dtm */
        start local 3 // com.sun.org.apache.xml.internal.dtm.DTM dtm
         2: .line 112
            aload 3 /* dtm */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getDocument:()I
            istore 4 /* docContext */
        start local 4 // int docContext
         3: .line 114
            iconst_m1
            iload 4 /* docContext */
            if_icmpne 5
         4: .line 115
            aload 0 /* this */
            aload 1 /* xctxt */
            ldc "ER_CONTEXT_HAS_NO_OWNERDOC"
            aconst_null
            invokevirtual com.sun.org.apache.xpath.internal.functions.FuncId.error:(Lcom/sun/org/apache/xpath/internal/XPathContext;Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 117
      StackMap locals: int com.sun.org.apache.xml.internal.dtm.DTM int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncId.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;
            astore 5 /* arg */
        start local 5 // com.sun.org.apache.xpath.internal.objects.XObject arg
         6: .line 118
            aload 5 /* arg */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.getType:()I
            istore 6 /* argType */
        start local 6 // int argType
         7: .line 119
            new com.sun.org.apache.xpath.internal.objects.XNodeSet
            dup
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getDTMManager:()Lcom/sun/org/apache/xml/internal/dtm/DTMManager;
            invokespecial com.sun.org.apache.xpath.internal.objects.XNodeSet.<init>:(Lcom/sun/org/apache/xml/internal/dtm/DTMManager;)V
            astore 7 /* nodes */
        start local 7 // com.sun.org.apache.xpath.internal.objects.XNodeSet nodes
         8: .line 120
            aload 7 /* nodes */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XNodeSet.mutableNodeset:()Lcom/sun/org/apache/xpath/internal/NodeSetDTM;
            astore 8 /* nodeSet */
        start local 8 // com.sun.org.apache.xpath.internal.NodeSetDTM nodeSet
         9: .line 122
            iconst_4
            iload 6 /* argType */
            if_icmpne 23
        10: .line 124
            aload 5 /* arg */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.iter:()Lcom/sun/org/apache/xml/internal/dtm/DTMIterator;
            astore 9 /* ni */
        start local 9 // com.sun.org.apache.xml.internal.dtm.DTMIterator ni
        11: .line 125
            aconst_null
            astore 10 /* usedrefs */
        start local 10 // com.sun.org.apache.xml.internal.utils.StringVector usedrefs
        12: .line 126
            aload 9 /* ni */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTMIterator.nextNode:()I
            istore 11 /* pos */
        start local 11 // int pos
        13: .line 128
            goto 21
        14: .line 130
      StackMap locals: com.sun.org.apache.xpath.internal.functions.FuncId com.sun.org.apache.xpath.internal.XPathContext int com.sun.org.apache.xml.internal.dtm.DTM int com.sun.org.apache.xpath.internal.objects.XObject int com.sun.org.apache.xpath.internal.objects.XNodeSet com.sun.org.apache.xpath.internal.NodeSetDTM com.sun.org.apache.xml.internal.dtm.DTMIterator com.sun.org.apache.xml.internal.utils.StringVector int
      StackMap stack:
            aload 9 /* ni */
            iload 11 /* pos */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTMIterator.getDTM:(I)Lcom/sun/org/apache/xml/internal/dtm/DTM;
            astore 12 /* ndtm */
        start local 12 // com.sun.org.apache.xml.internal.dtm.DTM ndtm
        15: .line 131
            aload 12 /* ndtm */
            iload 11 /* pos */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getStringValue:(I)Lcom/sun/org/apache/xml/internal/utils/XMLString;
            invokeinterface com.sun.org.apache.xml.internal.utils.XMLString.toString:()Ljava/lang/String;
            astore 13 /* refval */
        start local 13 // java.lang.String refval
        16: .line 133
            aload 9 /* ni */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTMIterator.nextNode:()I
            istore 11 /* pos */
        17: .line 134
            aload 0 /* this */
            aload 1 /* xctxt */
            iload 4 /* docContext */
            aload 13 /* refval */
            aload 10 /* usedrefs */
            aload 8 /* nodeSet */
        18: .line 135
            iconst_m1
            iload 11 /* pos */
            if_icmpeq 19
            iconst_1
            goto 20
      StackMap locals: com.sun.org.apache.xpath.internal.functions.FuncId com.sun.org.apache.xpath.internal.XPathContext int com.sun.org.apache.xml.internal.dtm.DTM int com.sun.org.apache.xpath.internal.objects.XObject int com.sun.org.apache.xpath.internal.objects.XNodeSet com.sun.org.apache.xpath.internal.NodeSetDTM com.sun.org.apache.xml.internal.dtm.DTMIterator com.sun.org.apache.xml.internal.utils.StringVector int com.sun.org.apache.xml.internal.dtm.DTM java.lang.String
      StackMap stack: com.sun.org.apache.xpath.internal.functions.FuncId com.sun.org.apache.xpath.internal.XPathContext int java.lang.String com.sun.org.apache.xml.internal.utils.StringVector com.sun.org.apache.xpath.internal.NodeSetDTM
        19: iconst_0
        20: .line 134
      StackMap locals: com.sun.org.apache.xpath.internal.functions.FuncId com.sun.org.apache.xpath.internal.XPathContext int com.sun.org.apache.xml.internal.dtm.DTM int com.sun.org.apache.xpath.internal.objects.XObject int com.sun.org.apache.xpath.internal.objects.XNodeSet com.sun.org.apache.xpath.internal.NodeSetDTM com.sun.org.apache.xml.internal.dtm.DTMIterator com.sun.org.apache.xml.internal.utils.StringVector int com.sun.org.apache.xml.internal.dtm.DTM java.lang.String
      StackMap stack: com.sun.org.apache.xpath.internal.functions.FuncId com.sun.org.apache.xpath.internal.XPathContext int java.lang.String com.sun.org.apache.xml.internal.utils.StringVector com.sun.org.apache.xpath.internal.NodeSetDTM int
            invokevirtual com.sun.org.apache.xpath.internal.functions.FuncId.getNodesByID:(Lcom/sun/org/apache/xpath/internal/XPathContext;ILjava/lang/String;Lcom/sun/org/apache/xml/internal/utils/StringVector;Lcom/sun/org/apache/xpath/internal/NodeSetDTM;Z)Lcom/sun/org/apache/xml/internal/utils/StringVector;
            astore 10 /* usedrefs */
        end local 13 // java.lang.String refval
        end local 12 // com.sun.org.apache.xml.internal.dtm.DTM ndtm
        21: .line 128
      StackMap locals:
      StackMap stack:
            iconst_m1
            iload 11 /* pos */
            if_icmpne 14
        end local 11 // int pos
        end local 10 // com.sun.org.apache.xml.internal.utils.StringVector usedrefs
        end local 9 // com.sun.org.apache.xml.internal.dtm.DTMIterator ni
        22: .line 138
            goto 27
        23: .line 139
      StackMap locals:
      StackMap stack:
            iconst_m1
            iload 6 /* argType */
            if_icmpne 25
        24: .line 141
            aload 7 /* nodes */
            areturn
        25: .line 145
      StackMap locals:
      StackMap stack:
            aload 5 /* arg */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.str:()Ljava/lang/String;
            astore 9 /* refval */
        start local 9 // java.lang.String refval
        26: .line 147
            aload 0 /* this */
            aload 1 /* xctxt */
            iload 4 /* docContext */
            aload 9 /* refval */
            aconst_null
            aload 8 /* nodeSet */
            iconst_0
            invokevirtual com.sun.org.apache.xpath.internal.functions.FuncId.getNodesByID:(Lcom/sun/org/apache/xpath/internal/XPathContext;ILjava/lang/String;Lcom/sun/org/apache/xml/internal/utils/StringVector;Lcom/sun/org/apache/xpath/internal/NodeSetDTM;Z)Lcom/sun/org/apache/xml/internal/utils/StringVector;
            pop
        end local 9 // java.lang.String refval
        27: .line 150
      StackMap locals:
      StackMap stack:
            aload 7 /* nodes */
            areturn
        end local 8 // com.sun.org.apache.xpath.internal.NodeSetDTM nodeSet
        end local 7 // com.sun.org.apache.xpath.internal.objects.XNodeSet nodes
        end local 6 // int argType
        end local 5 // com.sun.org.apache.xpath.internal.objects.XObject arg
        end local 4 // int docContext
        end local 3 // com.sun.org.apache.xml.internal.dtm.DTM dtm
        end local 2 // int context
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncId this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   28     0        this  Lcom/sun/org/apache/xpath/internal/functions/FuncId;
            0   28     1       xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
            1   28     2     context  I
            2   28     3         dtm  Lcom/sun/org/apache/xml/internal/dtm/DTM;
            3   28     4  docContext  I
            6   28     5         arg  Lcom/sun/org/apache/xpath/internal/objects/XObject;
            7   28     6     argType  I
            8   28     7       nodes  Lcom/sun/org/apache/xpath/internal/objects/XNodeSet;
            9   28     8     nodeSet  Lcom/sun/org/apache/xpath/internal/NodeSetDTM;
           11   22     9          ni  Lcom/sun/org/apache/xml/internal/dtm/DTMIterator;
           12   22    10    usedrefs  Lcom/sun/org/apache/xml/internal/utils/StringVector;
           13   22    11         pos  I
           15   21    12        ndtm  Lcom/sun/org/apache/xml/internal/dtm/DTM;
           16   21    13      refval  Ljava/lang/String;
           26   27     9      refval  Ljava/lang/String;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  
}
SourceFile: "FuncId.java"