public class com.sun.org.apache.xml.internal.security.utils.JDKXPathFactory extends com.sun.org.apache.xml.internal.security.utils.XPathFactory
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xml.internal.security.utils.JDKXPathFactory
super_class: com.sun.org.apache.xml.internal.security.utils.XPathFactory
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // com.sun.org.apache.xml.internal.security.utils.JDKXPathFactory this
0: .line 29
aload 0 /* this */
invokespecial com.sun.org.apache.xml.internal.security.utils.XPathFactory.<init>:()V
return
end local 0 // com.sun.org.apache.xml.internal.security.utils.JDKXPathFactory this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/utils/JDKXPathFactory;
public com.sun.org.apache.xml.internal.security.utils.XPathAPI newXPathAPI();
descriptor: ()Lcom/sun/org/apache/xml/internal/security/utils/XPathAPI;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 // com.sun.org.apache.xml.internal.security.utils.JDKXPathFactory this
0: .line 35
new com.sun.org.apache.xml.internal.security.utils.JDKXPathAPI
dup
invokespecial com.sun.org.apache.xml.internal.security.utils.JDKXPathAPI.<init>:()V
areturn
end local 0 // com.sun.org.apache.xml.internal.security.utils.JDKXPathFactory this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/utils/JDKXPathFactory;
}
SourceFile: "JDKXPathFactory.java"