|
Class Summary |
| AssignVariableTemplate |
A extension element template that allows assignment to
an xsl:variable-defined variable. |
| BadExpression |
Expression object used to wrap an error message so the error
message isn't reported unless the expression is evaluated.
|
| BadFunction |
This class exists to implement "lazy" error reporting for
extension functions. |
| BadTemplate |
A class to be a placeholder for an unknown extension element
in case it is instantiated |
| ECMAScriptFunction |
This class represents a java class member with a particular
name. |
| ECMAScriptFunctionImpl |
This class represents a java class member with a particular
name. |
| ExtensibleFunctionLibrary |
Class implementing XPath FunctionLibrary interface for
use with XPath Parser. |
| JavaConstructor |
This class represents all the constructors for a particulara java class member with a particular
java Class. |
| JavaConstructorInstance |
This class invokes a single java Class constructor (i.e.,
only the constructor with a particular signature). |
| JavaInstance |
Base class for JavaConstructorInstance and JavaMethodInstance |
| JavaMember |
The base class for JavaConstructor and JavaMethod
It has smarts to try and resolve overloads based on parameter type |
| JavaMethod |
This class represents a java class member with a particular
name. |
| JavaMethodInstance |
This class represents a single member of a java class. |
| JavaObject |
A wrapper class for a generic java Object, permitting the
Object to be used in XPath expressions. |
| JavaVoid |
An ExpressionValue class used to represent a void
return type from a java class member
We implement this in terms of an empty node set
so such members can be used in any expression. |
| TraceMessageTemplate |
A template representing a nxsl:trace-message element. |