Interface ExportAgent

    • Method Detail

      • export

        void export​(ExpressionPresenter out)
             throws XPathException
        Diagnostic print of expression structure. The abstract expression tree is written to the supplied output destination.
        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.