Command line interfaces

A new command line option is available. The -TJ option traces the binding of external calls to Java functions. It is useful when analyzing why Saxon fails to find a Java method to match an extension function call in the stylesheet, or why it chooses one method over another when several are available. The option is also available programmatically via the TRACE_EXTERNAL_FUNCTIONS attribute in the TransformerFactory.