Uses of Package
org.eclipse.jet.xpath

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

Classes in org.eclipse.jet.xpath used by org.eclipse.jet
XPathFunctionMetaData
          Invariant class that defines implementation details of XPath functions.
XPathVariableResolver
          Defines a resolver of XPath variable names to their values.
 

Classes in org.eclipse.jet.xpath used by org.eclipse.jet.xpath
Context
          Define the XPath Context
IAnnotationManager
          Interface that manages annotations of model elements.
NamespaceContext
          Interface defining access to namespaces and their prefixes.
NodeSet
          Define a node set.
XPath
          Interface to an XPath processor.
XPathException
          Root for all XPath related Exceptions
XPathExpression
          Interface to a compiled XPath expression.
XPathFactory
          Factory for instantiating XPath implementations
XPathFunction
          Interface to an XPath function implementation.
XPathFunctionMetaData
          Invariant class that defines implementation details of XPath functions.
XPathFunctionResolver
          Defines a resolver of XPath function names to implementations.
XPathRuntimeException
          Indentify a runtime exception arising from the execution of an XPath expression.
XPathVariableResolver
          Defines a resolver of XPath variable names to their values.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.