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
 

Methods in org.eclipse.jet.xpath that return NodeSet
static NodeSet NodeSetUtil.asNodeSet(java.util.Collection collection)
          Wrap a Java Collection as a JET XPath NodeSet.
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.