Saxon.Api
Interface IProcessorInitializer
-
public interface IProcessorInitializer
An interface that can be implemented by the user to supply a callback for use in the -init option on the command line.
Method Summary |
|
---|---|
void | Initialize (Processor processor) This method is called to allow the user-written callback implementation to initialize the configuration of a Saxon Processor |
This method is called to allow the user-written callback implementation to initialize the configuration of a Saxon Processor
Parameters:
processor
- The Saxon Processor. The method should only attempt to set configuration properties on the processor; it should not attempt to use it for activities such as executing queries and transformations.