Class Jaxp13XpathEngine.NodeListForIterable

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

    private static class Jaxp13XpathEngine.NodeListForIterable
    extends java.lang.Object
    implements org.w3c.dom.NodeList
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<org.w3c.dom.Node> l  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NodeListForIterable​(java.lang.Iterable<org.w3c.dom.Node> it)  
    • Method Summary

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

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

      • l

        private final java.util.List<org.w3c.dom.Node> l
    • Constructor Detail

      • NodeListForIterable

        private NodeListForIterable​(java.lang.Iterable<org.w3c.dom.Node> it)
    • Method Detail

      • getLength

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

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