Uses of Interface
org.eclipse.jet.xpath.NodeSet

Packages that use NodeSet
org.eclipse.jet.xpath The JET XPath processor. 
 

Uses of NodeSet in org.eclipse.jet.xpath
 

Classes in org.eclipse.jet.xpath that implement NodeSet
protected static class XPathUtil.NodeSetAdapter
          Adapter for Arrays and Collections into XPath NodeSets
 

Methods in org.eclipse.jet.xpath that return NodeSet
static NodeSet XPathUtil.asNodeSet(java.util.Collection collection)
          Return a NodeSet wrapper for the given collection
static NodeSet NodeSetUtil.asNodeSet(java.util.Collection collection)
          Wrap a Java Collection as a JET XPath NodeSet.
static NodeSet XPathUtil.asNodeSet(java.lang.Object[] objectArray)
          Return a NodeSet wrapper for the given array.
static NodeSet NodeSetUtil.asNodeSet(java.lang.Object[] array)
          Wrap a Java array as a JET XPath NodeSet.
 NodeSet XPathExpression.evaluateAsNodeSet(java.lang.Object contextObject)
          Evaluate the expression and return the result as a Node set.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.