public interface com.sun.org.apache.xml.internal.security.utils.XPathAPI
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.sun.org.apache.xml.internal.security.utils.XPathAPI
super_class: java.lang.Object
{
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import javax.xml.transform cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tNodeList cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tTransformerException cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tTransformerException cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
public abstract NodeList selectNodeList(Node, Node, java.lang.String, Node);
descriptor: (LNode;LNode;Ljava/lang/String;LNode;)LNodeList;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws TransformerException
MethodParameters:
Name Flags
contextNode
xpathnode
str
namespaceNode
public abstract boolean evaluate(Node, Node, java.lang.String, Node);
descriptor: (LNode;LNode;Ljava/lang/String;LNode;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws TransformerException
MethodParameters:
Name Flags
contextNode
xpathnode
str
namespaceNode
public abstract void clear();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "XPathAPI.java"