public interface javax.xml.xpath.XPathEvaluationResult<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: javax.xml.xpath.XPathEvaluationResult
  super_class: java.lang.Object
{
  public abstract javax.xml.xpath.XPathEvaluationResult$XPathResultType type();
    descriptor: ()Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract T value();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "XPathEvaluationResult.java"
NestMembers:
  javax.xml.xpath.XPathEvaluationResult$XPathResultType
InnerClasses:
  public final XPathResultType = javax.xml.xpath.XPathEvaluationResult$XPathResultType of javax.xml.xpath.XPathEvaluationResult