Package org.dom4j.dom

Class DOMNodeHelper.EmptyNodeList

  • All Implemented Interfaces:
    org.w3c.dom.NodeList
    Enclosing class:
    DOMNodeHelper

    public static class DOMNodeHelper.EmptyNodeList
    extends java.lang.Object
    implements org.w3c.dom.NodeList
    • Constructor Summary

      Constructors 
      Constructor Description
      EmptyNodeList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLength()  
      org.w3c.dom.Node item​(int index)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmptyNodeList

        public EmptyNodeList()
    • Method Detail

      • item

        public org.w3c.dom.Node item​(int index)
        Specified by:
        item in interface org.w3c.dom.NodeList
      • getLength

        public int getLength()
        Specified by:
        getLength in interface org.w3c.dom.NodeList