Package org.custommonkey.xmlunit.jaxp13
Class Jaxp13XpathEngine.NodeListForIterable
- java.lang.Object
-
- org.custommonkey.xmlunit.jaxp13.Jaxp13XpathEngine.NodeListForIterable
-
- All Implemented Interfaces:
org.w3c.dom.NodeList
- Enclosing class:
- Jaxp13XpathEngine
private static class Jaxp13XpathEngine.NodeListForIterable extends java.lang.Object implements org.w3c.dom.NodeList
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<org.w3c.dom.Node>
l
-
Constructor Summary
Constructors Modifier Constructor Description private
NodeListForIterable(java.lang.Iterable<org.w3c.dom.Node> it)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLength()
org.w3c.dom.Node
item(int idx)
-