Class DOMUtils.NodeListImpl

java.lang.Object
org.apache.webdav.lib.util.DOMUtils.NodeListImpl
All Implemented Interfaces:
NodeList
Enclosing class:
DOMUtils

static class DOMUtils.NodeListImpl extends Object implements NodeList
This class provides an implementation of NodeList, which is used by the getElementsByTagNameNS() method.
  • Constructor Details

    • NodeListImpl

      NodeListImpl(Vector vector)
  • Method Details