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 Object implements ExportAgent
  • Constructor Details

  • Method Details

    • 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.