Package net.sf.saxon.functions.hof
Class FunctionLookup.FunctionLookupExportAgent
java.lang.Object
net.sf.saxon.functions.hof.FunctionLookup.FunctionLookupExportAgent
- All Implemented Interfaces:
ExportAgent
- Enclosing class:
FunctionLookup
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionLookupExportAgent
(FunctionLookup container, QNameValue qName, IntegerValue arity) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Diagnostic print of expression structure.
-
Constructor Details
-
FunctionLookupExportAgent
-
-
Method Details
-
export
Description copied from interface:ExportAgent
Diagnostic print of expression structure. The abstract expression tree is written to the supplied output destination.- Specified by:
export
in interfaceExportAgent
- Parameters:
out
- the expression presenter used to display the structure- Throws:
XPathException
- if the export fails, for example if an expression is found that won't work in the target environment.
-