public interface org.w3c.dom.xpath.XPathExpression
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.w3c.dom.xpath.XPathExpression
  super_class: java.lang.Object
{
  public abstract java.lang.Object evaluate(org.w3c.dom.Node, short, java.lang.Object);
    descriptor: (Lorg/w3c/dom/Node;SLjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.w3c.dom.xpath.XPathException, org.w3c.dom.DOMException
    MethodParameters:
             Name  Flags
      contextNode  
      type         
      result       
}
SourceFile: "XPathExpression.java"