Package org.eclipse.jet.xpath

The JET XPath processor.

See:
          Description

Interface Summary
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.
XPathExpression Interface to a compiled XPath expression.
XPathFunction Interface to an XPath function implementation.
XPathFunctionResolver Defines a resolver of XPath function names to implementations.
XPathFunctionWithContext Marker interface for XPathFunctions that require the XPath Context passed as an argument.
XPathVariableResolver Defines a resolver of XPath variable names to their values.
 

Class Summary
Context Define the XPath Context
DefaultXPathFunctionResolver Default implementation of XPathFunctionResolver.
XPathFactory Factory for instantiating XPath implementations
XPathFunctionMetaData Invariant class that defines implementation details of XPath functions.
XPathUtil Utility class for common XPath operations.
 

Exception Summary
XPathException Root for all XPath related Exceptions
XPathLexicalException Represent a lexical exception
XPathRuntimeException Indentify a runtime exception arising from the execution of an XPath expression.
XPathSyntaxException Represent a syntactic error in XPath parsing.
 

Package org.eclipse.jet.xpath Description

The JET XPath processor.


Copyright 2006 IBM Corporation and others.
All Rights Reserved.