net.sf.jasperreports.engine.util.xml
Class JaxenXPathExecuter.NodeListWrapper

java.lang.Object
  extended by net.sf.jasperreports.engine.util.xml.JaxenXPathExecuter.NodeListWrapper
All Implemented Interfaces:
NodeList
Enclosing class:
JaxenXPathExecuter

protected static final class JaxenXPathExecuter.NodeListWrapper
extends Object
implements NodeList


Constructor Summary
JaxenXPathExecuter.NodeListWrapper(List<?> nodes)
           
 
Method Summary
 int getLength()
           
 Node item(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxenXPathExecuter.NodeListWrapper

public JaxenXPathExecuter.NodeListWrapper(List<?> nodes)
Method Detail

getLength

public int getLength()
Specified by:
getLength in interface NodeList

item

public Node item(int index)
Specified by:
item in interface NodeList


Copyright © 2012. All Rights Reserved.