Class FunctionLookup.FunctionLookupExportAgent

  • All Implemented Interfaces:
    ExportAgent
    Enclosing class:
    FunctionLookup

    public static class FunctionLookup.FunctionLookupExportAgent
    extends java.lang.Object
    implements ExportAgent
    • 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 interface ExportAgent
        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.