Package jd.xml.xslt.expr

Contains the XPath functions and expressions defined by XSLT.

See:
          Description

Interface Summary
StaticExprContext An StaticExprContext provides evaluation context information for XsltFunctions
XsltFunction A interface for XSLT functions which need to be initialized by the static expression context.
 

Class Summary
Available Available is a base class for ElementAvailable and FunctionAvailable
Current Current represents the xslt function "node-set current()".
DocumentFunction Document represents the xslt function "node-set document(object, node-set?)".
ElementAvailable ElementAvailable represents the xslt function "boolean element-available(string) ".
FormatNumber FormatNumber represents the xslt function "string format-number(number, string, string?)".
FunctionAvailable FunctionAvailable represents the xslt function "boolean function-available(string)".
GenerateId GenerateId represents the xslt function "string generate-id(node-set?)".
InvalidExpression An expression class for invalid expressions encountered in forward compatible processing mode.
InvalidFunction InvalidFunction is a placeholder for invalid function calls which are encountered in forward compatible processing mode.
KeyFunction Document represents the xslt function "node-set key(string, object)".
SystemProperty SystemProperty represents the xslt function "string system-property(string)".
TextContentExpression A NodeSet constructed by the template of a variable binding element.
UnparsedEntityUri UnparsedEntityUri represents the xslt function "string unparsed-entity-uri(string)".
XResultTreeFragment A NodeSet constructed by the template of a variable binding element.
XsltFunctionLibrary XsltFunctionLibrary represents the XSLT function library.
XsltFunctionType A FunctionType for XsltFunctions.
XTextContentFragment A NodeSet constructed by the template of a variable binding element.
 

Package jd.xml.xslt.expr Description

Contains the XPath functions and expressions defined by XSLT.