public interface Initializer
The initializer is invoked after all other options on the command line have been processed; the initializer can therefore examine the Configuration to see what options have been set, and it can modify them accordingly.
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(Configuration config)
Initialize the Configuration
|
void initialize(Configuration config) throws javax.xml.transform.TransformerException
config - the Configuration to be initializedjavax.xml.transform.TransformerException - if the initializer chooses to abort processing for any reasonCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.