| Package | Description |
|---|---|
| fr.efl.chaine.xslt | |
| fr.efl.chaine.xslt.config |
| Modifier and Type | Method and Description |
|---|---|
void |
GauloisPipe.execute(Pipe pipe,
ParametrableFile input,
net.sf.saxon.s9api.MessageListener listener)
Execute the pipe for the specified input stream to the specified
serializer.
|
void |
GauloisPipe.launch()
Launch the pipe.
|
Config |
GauloisPipe.parseCommandLine(String[] args) |
| Constructor and Description |
|---|
GauloisPipe(SaxonConfigurationFactory configurationFactory,
List<String> inputs,
String outputDirectory,
List<String> templatePaths,
int nbThreads,
String instanceName)
The constructor with detail config.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ConfigUtil.addConfigParameter(Config config,
String parameterPattern)
Adds a parameter to the specified config.
|
static void |
ConfigUtil.addInputFile(Config config,
String argument)
Adds an input file to the config
|
static void |
ConfigUtil.addTemplate(Config config,
String argument)
Adds a template (XSLT) to the specified config
|
void |
Pipe.addXslt(ParametrableStep xsl)
Ajoute une XSL au pipe
|
Config |
ConfigUtil.buildConfig(HashMap<net.sf.saxon.s9api.QName,ParameterValue> inputParameters) |
abstract Object |
Output.OutputProperties.defineProperty(String key,
String value) |
File |
Output.getDestinationFile(File sourceFile,
HashMap<net.sf.saxon.s9api.QName,ParameterValue> parameters)
Renvoie le fichier destination
|
static ParameterValue |
ConfigUtil.parseParameterPattern(String parameterPattern) |
void |
Output.setConsole(String console)
Defines which console to use.
|
static void |
ConfigUtil.setNbThreads(Config config,
String argument)
Defines the thread number to use in this config
|
static void |
ConfigUtil.setOutput(Config config,
String argument)
Defines the output of this config
|
void |
Pipe.setOutput(Output output) |
void |
Output.setOutputProperties(Properties props)
Defines outputProperties, based on props values.
|
void |
Output.setOutputProperty(String key,
String value)
Sets a new output property value.
|
void |
Pipe.setTee(Tee tee) |
void |
Tee.verify() |
void |
Config.verify() |
void |
Listener.verify() |
void |
ChooseStep.verify() |
void |
Namespaces.verify() |
void |
Pipe.verify() |
void |
Output.verify() |
void |
Verifiable.verify()
Réalise les vérifications nécessaires sur l'instance, et jette une exception en cas de problème
|
void |
JavaStep.verify() |
void |
Xslt.verify() |
void |
Sources.verify() |
void |
CfgFile.verify() |
void |
WhenEntry.verify() |
| Constructor and Description |
|---|
ConfigUtil(net.sf.saxon.Configuration saxonConfig,
URIResolver uriResolver,
String configUri) |
ConfigUtil(net.sf.saxon.Configuration saxonConfig,
URIResolver uriResolver,
String configUri,
boolean skipSchemaValidation,
String currentDir) |
Sources() |
Sources(String orderBy) |
Sources(String orderBy,
String sort) |
Copyright © 2017. All rights reserved.