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
public static class FunctionLookup.FunctionLookupExportAgent extends java.lang.Object implements ExportAgent
-
-
Constructor Summary
Constructors Constructor Description FunctionLookupExportAgent(FunctionLookup container, QNameValue qName, IntegerValue arity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
export(ExpressionPresenter out)
Diagnostic print of expression structure.
-
-
-
Constructor Detail
-
FunctionLookupExportAgent
public FunctionLookupExportAgent(FunctionLookup container, QNameValue qName, IntegerValue arity)
-
-
Method Detail
-
export
public void export(ExpressionPresenter out) throws XPathException
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.
-
-