A B C D E F G H I J L M N O P R S T U V W X

X

XMLBodyElement - class org.eclipse.jet.compiler.XMLBodyElement.
Define a JET2 XML Element that has a begin-tag and end-tag, and zero or more body elements.
XMLBodyElementEnd - class org.eclipse.jet.compiler.XMLBodyElementEnd.
Represent the closing tag of an XML Tag with a body.
XMLElement - class org.eclipse.jet.compiler.XMLElement.
An abstract implementation representing all XML-based elements in the JET2 AST
XMLEmptyElement - class org.eclipse.jet.compiler.XMLEmptyElement.
Define an empty XML element in the JET2 AST.
XPATH_TYPE - Static variable in interface org.eclipse.jet.taglib.TagAttributeDefinition
An attribute whose value is an XPath expression.
XPath - interface org.eclipse.jet.xpath.XPath.
Interface to an XPath processor.
XPathContextExtender - class org.eclipse.jet.XPathContextExtender.
Context Extender that understands XPath processing.
XPathContextExtender(JET2Context) - Constructor for class org.eclipse.jet.XPathContextExtender
Deprecated. Use XPathContextExtender.getInstance(JET2Context). This method will be made private in the near future.
XPathException - exception org.eclipse.jet.xpath.XPathException.
Root for all XPath related Exceptions
XPathException() - Constructor for class org.eclipse.jet.xpath.XPathException
 
XPathException(String, Throwable) - Constructor for class org.eclipse.jet.xpath.XPathException
 
XPathException(String) - Constructor for class org.eclipse.jet.xpath.XPathException
 
XPathException(Throwable) - Constructor for class org.eclipse.jet.xpath.XPathException
 
XPathExpression - interface org.eclipse.jet.xpath.XPathExpression.
Interface to a compiled XPath expression.
XPathFactory - class org.eclipse.jet.xpath.XPathFactory.
Factory for instantiating XPath implementations
XPathFactory() - Constructor for class org.eclipse.jet.xpath.XPathFactory
 
XPathFunction - interface org.eclipse.jet.xpath.XPathFunction.
Interface to an XPath function implementation.
XPathFunctionMetaData - class org.eclipse.jet.xpath.XPathFunctionMetaData.
Invariant class that defines implementation details of XPath functions.
XPathFunctionMetaData(String, String, XPathFunction, int, int) - Constructor for class org.eclipse.jet.xpath.XPathFunctionMetaData
Create function metadata.
XPathFunctionResolver - interface org.eclipse.jet.xpath.XPathFunctionResolver.
Defines a resolver of XPath function names to implementations.
XPathFunctionWithContext - interface org.eclipse.jet.xpath.XPathFunctionWithContext.
Marker interface for XPathFunctions that require the XPath Context passed as an argument.
XPathLexicalException - exception org.eclipse.jet.xpath.XPathLexicalException.
Represent a lexical exception
XPathLexicalException() - Constructor for class org.eclipse.jet.xpath.XPathLexicalException
 
XPathLexicalException(String) - Constructor for class org.eclipse.jet.xpath.XPathLexicalException
 
XPathLexicalException(String, Throwable) - Constructor for class org.eclipse.jet.xpath.XPathLexicalException
 
XPathLexicalException(Throwable) - Constructor for class org.eclipse.jet.xpath.XPathLexicalException
 
XPathRuntimeException - exception org.eclipse.jet.xpath.XPathRuntimeException.
Indentify a runtime exception arising from the execution of an XPath expression.
XPathRuntimeException() - Constructor for class org.eclipse.jet.xpath.XPathRuntimeException
 
XPathRuntimeException(String) - Constructor for class org.eclipse.jet.xpath.XPathRuntimeException
 
XPathRuntimeException(String, Throwable) - Constructor for class org.eclipse.jet.xpath.XPathRuntimeException
 
XPathRuntimeException(Throwable) - Constructor for class org.eclipse.jet.xpath.XPathRuntimeException
 
XPathSyntaxException - exception org.eclipse.jet.xpath.XPathSyntaxException.
Represent a syntactic error in XPath parsing.
XPathSyntaxException() - Constructor for class org.eclipse.jet.xpath.XPathSyntaxException
 
XPathSyntaxException(String, Throwable) - Constructor for class org.eclipse.jet.xpath.XPathSyntaxException
 
XPathSyntaxException(String) - Constructor for class org.eclipse.jet.xpath.XPathSyntaxException
 
XPathSyntaxException(Throwable) - Constructor for class org.eclipse.jet.xpath.XPathSyntaxException
 
XPathUtil - class org.eclipse.jet.xpath.XPathUtil.
Utility class for common XPath operations.
XPathUtil() - Constructor for class org.eclipse.jet.xpath.XPathUtil
 
XPathVariableResolver - interface org.eclipse.jet.xpath.XPathVariableResolver.
Defines a resolver of XPath variable names to their values.
xpathBoolean(Object) - Static method in class org.eclipse.jet.xpath.XPathUtil
Invoke the XPath 'boolean' function on the argument.
xpathNumber(Object) - Static method in class org.eclipse.jet.xpath.XPathUtil
Invoke the XPath 'number' function on the argument.
xpathString(Object) - Static method in class org.eclipse.jet.xpath.XPathUtil
Invoke the XPath 'string' function on the argument.

Copyright 2006 IBM Corporation and others.
All Rights Reserved.
A B C D E F G H I J L M N O P R S T U V W X