public class com.sun.org.apache.xml.internal.security.utils.XalanXPathAPI implements com.sun.org.apache.xml.internal.security.utils.XPathAPI
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xml.internal.security.utils.XalanXPathAPI
super_class: java.lang.Object
{
private static java.util.logging.Logger log;
descriptor: Ljava/util/logging/Logger;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private java.lang.String xpathStr;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private XPath xpath;
descriptor: LXPath;
flags: (0x0002) ACC_PRIVATE
private static FunctionTable funcTable;
descriptor: LFunctionTable;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static boolean installed;
descriptor: Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private XPathContext context;
descriptor: LXPathContext;
flags: (0x0002) ACC_PRIVATE
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import javax.xml.transform cannot be resolved\n\tThe import javax.xml.transform cannot be resolved\n\tThe import javax.xml.transform cannot be resolved\n\tThe import com.sun.org.apache.xml.internal.utils cannot be resolved\n\tThe import com.sun.org.apache.xml.internal.utils cannot be resolved\n\tThe import com.sun.org.apache.xpath cannot be resolved\n\tThe import com.sun.org.apache.xpath cannot be resolved\n\tThe import com.sun.org.apache.xpath cannot be resolved\n\tThe import com.sun.org.apache.xpath cannot be resolved\n\tThe import com.sun.org.apache.xpath cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tThe type XalanXPathAPI must implement the inherited abstract method XPathAPI.evaluate(Node, Node, String, Node)\n\tThe type XalanXPathAPI must implement the inherited abstract method XPathAPI.selectNodeList(Node, Node, String, Node)\n\tXPath cannot be resolved to a type\n\tFunctionTable cannot be resolved to a type\n\tXPathContext cannot be resolved to a type\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\tXObject 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\tXObject cannot be resolved to a type\n\tXPath cannot be resolved to a type\n\tXPathContext cannot be resolved to a type\n\tXObject 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\tXPathContext cannot be resolved to a type\n\tXPathContext cannot be resolved to a type\n\tXPathContext cannot be resolved to a type\n\tXPathContext cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a variable\n\tDocument cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tPrefixResolverDefault cannot be resolved to a type\n\tPrefixResolverDefault cannot be resolved to a type\n\tXPathContext cannot be resolved to a type\n\tXPath cannot be resolved to a type\n\tXPathContext cannot be resolved to a type\n\tXPath cannot be resolved to a type\n\tXPathContext cannot be resolved to a type\n\tXPath cannot be resolved to a type\n\tPrefixResolver cannot be resolved to a type\n\tTransformerException cannot be resolved to a type\n\tXPath cannot be resolved to a type\n\tSourceLocator cannot be resolved to a type\n\tPrefixResolver cannot be resolved to a type\n\tErrorListener cannot be resolved to a type\n\tFunctionTable cannot be resolved to a type\n\tXPath cannot be resolved to a variable\n\tFunctionTable cannot be resolved to a type\n\tXPath cannot be resolved to a type\n\tThe method getConstructor(Class<?>...) from the type Class<XPath> refers to the missing type XPath\n\tXPath cannot be resolved to a type\n\tXPath cannot be resolved to a type\n\tXPath cannot be resolved to a variable\n\tExpression cannot be resolved to a type\n\tFunctionTable cannot be resolved to a type\n\tFunctionTable cannot be resolved to a type\n\tFunctionTable cannot be resolved to a type\n\tFunctionTable cannot be resolved to a type\n\tFunctionTable cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/utils/XalanXPathAPI;
public NodeList selectNodeList(Node, Node, java.lang.String, Node);
descriptor: (LNode;LNode;Ljava/lang/String;LNode;)LNodeList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=5
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \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\tXObject cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/utils/XalanXPathAPI;
Exceptions:
throws TransformerException
MethodParameters:
Name Flags
contextNode
xpathnode
str
namespaceNode
public boolean evaluate(Node, Node, java.lang.String, Node);
descriptor: (LNode;LNode;Ljava/lang/String;LNode;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=5
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \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\tXObject cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/utils/XalanXPathAPI;
Exceptions:
throws TransformerException
MethodParameters:
Name Flags
contextNode
xpathnode
str
namespaceNode
public void clear();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tXPath cannot be resolved to a type\n\tXPathContext cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/utils/XalanXPathAPI;
public static synchronized boolean isInstalled();
descriptor: ()Z
flags: (0x0029) ACC_PUBLIC, ACC_STATIC, ACC_SYNCHRONIZED
Code:
stack=3, locals=0, args_size=0
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
XObject eval(Node, Node, java.lang.String, Node);
descriptor: (LNode;LNode;Ljava/lang/String;LNode;)LXObject;
flags: (0x0000)
Code:
stack=3, locals=5, args_size=5
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tXObject 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\tXPathContext cannot be resolved to a type\n\tXPathContext cannot be resolved to a type\n\tXPathContext cannot be resolved to a type\n\tXPathContext cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a variable\n\tDocument cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tPrefixResolverDefault cannot be resolved to a type\n\tPrefixResolverDefault cannot be resolved to a type\n\tXPathContext cannot be resolved to a type\n\tXPath cannot be resolved to a type\n\tXPathContext cannot be resolved to a type\n\tXPath cannot be resolved to a type\n\tXPathContext cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/utils/XalanXPathAPI;
Exceptions:
throws TransformerException
MethodParameters:
Name Flags
contextNode
xpathnode
str
namespaceNode
XPath createXPath(java.lang.String, PrefixResolver);
descriptor: (Ljava/lang/String;LPrefixResolver;)LXPath;
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tXPath cannot be resolved to a type\n\tPrefixResolver cannot be resolved to a type\n\tTransformerException cannot be resolved to a type\n\tXPath cannot be resolved to a type\n\tSourceLocator cannot be resolved to a type\n\tPrefixResolver cannot be resolved to a type\n\tErrorListener cannot be resolved to a type\n\tFunctionTable cannot be resolved to a type\n\tXPath cannot be resolved to a variable\n\tFunctionTable cannot be resolved to a type\n\tXPath cannot be resolved to a type\n\tThe method getConstructor(Class<?>...) from the type Class<XPath> refers to the missing type XPath\n\tXPath cannot be resolved to a type\n\tXPath cannot be resolved to a type\n\tXPath cannot be resolved to a variable\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/utils/XalanXPathAPI;
Exceptions:
throws TransformerException
MethodParameters:
Name Flags
str
prefixResolver
private static synchronized void fixupFunctionTable();
descriptor: ()V
flags: (0x002a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED
Code:
stack=3, locals=0, args_size=0
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tExpression cannot be resolved to a type\n\tFunctionTable cannot be resolved to a type\n\tFunctionTable cannot be resolved to a type\n\tFunctionTable cannot be resolved to a type\n\tFunctionTable cannot be resolved to a type\n\tFunctionTable cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "XalanXPathAPI.java"