public interface javax.xml.xpath.XPathNodes extends java.lang.Iterable<org.w3c.dom.Node>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: javax.xml.xpath.XPathNodes
super_class: java.lang.Object
{
public abstract java.util.Iterator<org.w3c.dom.Node> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/Iterator<Lorg/w3c/dom/Node;>;
public abstract int size();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.w3c.dom.Node get(int);
descriptor: (I)Lorg/w3c/dom/Node;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws javax.xml.xpath.XPathException
MethodParameters:
Name Flags
index
}
Signature: Ljava/lang/Object;Ljava/lang/Iterable<Lorg/w3c/dom/Node;>;
SourceFile: "XPathNodes.java"