Uses of Class
org.eclipse.jet.xpath.Context

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

Uses of Context in org.eclipse.jet.xpath
 

Methods in org.eclipse.jet.xpath that return Context
 Context Context.newSubContext(java.lang.Object contextNode2, int contextPosition2, int contextSize2)
           
 

Methods in org.eclipse.jet.xpath with parameters of type Context
 void XPathFunctionWithContext.setContext(Context context)
          Set the XPath context to use during evaluation of the function.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.