org.apache.webdav.lib.util

Class DOMUtils.NodeListImpl

Enclosing Class:
DOMUtils
Implemented Interfaces:
NodeList

(package private) static class DOMUtils.NodeListImpl
extends java.lang.Object
implements NodeList

This class provides an implementation of NodeList, which is used by the getElementsByTagNameNS() method.

Constructor Summary

NodeListImpl(Vector vector)

Method Summary

int
getLength()
Node
item(int i)

Constructor Details

NodeListImpl

(package private)  NodeListImpl(Vector vector)

Method Details

getLength

public int getLength()

item

public Node item(int i)