private static class Jaxp13XpathEngine.NodeListForIterable
extends java.lang.Object
implements org.w3c.dom.NodeList
Modifier and Type | Field and Description |
---|---|
private java.util.List<org.w3c.dom.Node> |
l |
Modifier | Constructor and Description |
---|---|
private |
NodeListForIterable(java.lang.Iterable<org.w3c.dom.Node> it) |
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
org.w3c.dom.Node |
item(int idx) |