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

Packages that use XPathFunctionMetaData
org.eclipse.jet Defines core interfaces for executing JET transformations and templates. 
org.eclipse.jet.xpath The JET XPath processor. 
 

Uses of XPathFunctionMetaData in org.eclipse.jet
 

Methods in org.eclipse.jet that return XPathFunctionMetaData
static XPathFunctionMetaData[] JET2Platform.getInstalledXPathFunctions()
          Return the XPath functions installed by the 'org.eclipse.jet.xpathFunctions' extension point.
 

Methods in org.eclipse.jet with parameters of type XPathFunctionMetaData
 void XPathContextExtender.addCustomFunctions(XPathFunctionMetaData[] functionData)
          Add the passed list of XPath function definitions to the XPath processor.
 

Uses of XPathFunctionMetaData in org.eclipse.jet.xpath
 

Methods in org.eclipse.jet.xpath with parameters of type XPathFunctionMetaData
 void DefaultXPathFunctionResolver.addFunction(XPathFunctionMetaData functionData)
           
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.