Package org.apache.webdav.lib.util
Class DOMUtils.NodeListImpl
- java.lang.Object
-
- org.apache.webdav.lib.util.DOMUtils.NodeListImpl
-
- All Implemented Interfaces:
org.w3c.dom.NodeList
- Enclosing class:
- DOMUtils
static class DOMUtils.NodeListImpl extends java.lang.Object implements org.w3c.dom.NodeList
This class provides an implementation of NodeList, which is used by the getElementsByTagNameNS() method.
-
-
Constructor Summary
Constructors Constructor Description NodeListImpl(java.util.Vector vector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLength()
org.w3c.dom.Node
item(int i)
-