Class JaxenXPathExecuter.NodeListWrapper

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

    protected static final class JaxenXPathExecuter.NodeListWrapper
    extends java.lang.Object
    implements org.w3c.dom.NodeList
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeListWrapper​(java.util.List<?> nodes)  
    • 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

      • NodeListWrapper

        public NodeListWrapper​(java.util.List<?> nodes)
    • Method Detail

      • getLength

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

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