public interface com.sun.org.apache.xerces.internal.xs.LSInputList extends java.util.List
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.sun.org.apache.xerces.internal.xs.LSInputList
super_class: java.lang.Object
{
public abstract int getLength();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.w3c.dom.ls.LSInput item(int);
descriptor: (I)Lorg/w3c/dom/ls/LSInput;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
index
}
SourceFile: "LSInputList.java"