| Package | Description |
|---|---|
| fr.efl.chaine.xslt.config | |
| fr.efl.chaine.xslt.utils |
| Modifier and Type | Method and Description |
|---|---|
static ParameterValue |
ConfigUtil.parseParameterPattern(String parameterPattern,
DatatypeFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ParameterValue> |
ChooseStep.getParams()
Always return null, a step may not have parameters.
|
HashMap<net.sf.saxon.s9api.QName,ParameterValue> |
Config.getParams() |
Collection<ParameterValue> |
WhenEntry.getParams()
Always return null, a When can not have parameters.
|
HashMap<net.sf.saxon.s9api.QName,ParameterValue> |
CfgFile.getParams() |
Collection<ParameterValue> |
JavaStep.getParams() |
Collection<ParameterValue> |
ParametrableStep.getParams()
Returns the parameters
|
Collection<ParameterValue> |
Xslt.getParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChooseStep.addParameter(ParameterValue param)
Does nothing, a ChooseStep may not have parameters
|
void |
Config.addParameter(ParameterValue p) |
void |
WhenEntry.addParameter(ParameterValue param)
Does nothing, a When can not have parameters.
|
void |
CfgFile.addParameter(ParameterValue param) |
void |
JavaStep.addParameter(ParameterValue param) |
void |
ParametrableStep.addParameter(ParameterValue param)
Adds a parameter
|
void |
Xslt.addParameter(ParameterValue param) |
| Modifier and Type | Method and Description |
|---|---|
Config |
ConfigUtil.buildConfig(HashMap<net.sf.saxon.s9api.QName,ParameterValue> inputParameters) |
File |
Output.getDestinationFile(File sourceFile,
HashMap<net.sf.saxon.s9api.QName,ParameterValue> parameters)
Renvoie le fichier destination
|
| Modifier and Type | Method and Description |
|---|---|
static HashMap<net.sf.saxon.s9api.QName,ParameterValue> |
ParametersMerger.addInputInParameters(HashMap<net.sf.saxon.s9api.QName,ParameterValue> parameters,
File inputFile,
DatatypeFactory factory)
Add input pseudo-variables to parameters
|
List<ParameterValue> |
XsltExecutableCarrier.getParameters() |
HashMap<net.sf.saxon.s9api.QName,ParameterValue> |
ParametrableFile.getParameters() |
static HashMap<net.sf.saxon.s9api.QName,ParameterValue> |
ParametersMerger.merge(HashMap<net.sf.saxon.s9api.QName,ParameterValue> highPriority,
HashMap<net.sf.saxon.s9api.QName,ParameterValue> lowPriority)
Merges the two lists into a new list, and let the two original lists unchanged.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XsltExecutableCarrier.addParameter(ParameterValue p) |
| Modifier and Type | Method and Description |
|---|---|
static HashMap<net.sf.saxon.s9api.QName,ParameterValue> |
ParametersMerger.addInputInParameters(HashMap<net.sf.saxon.s9api.QName,ParameterValue> parameters,
File inputFile,
DatatypeFactory factory)
Add input pseudo-variables to parameters
|
static HashMap<net.sf.saxon.s9api.QName,ParameterValue> |
ParametersMerger.merge(HashMap<net.sf.saxon.s9api.QName,ParameterValue> highPriority,
HashMap<net.sf.saxon.s9api.QName,ParameterValue> lowPriority)
Merges the two lists into a new list, and let the two original lists unchanged.
|
static HashMap<net.sf.saxon.s9api.QName,ParameterValue> |
ParametersMerger.merge(HashMap<net.sf.saxon.s9api.QName,ParameterValue> highPriority,
HashMap<net.sf.saxon.s9api.QName,ParameterValue> lowPriority)
Merges the two lists into a new list, and let the two original lists unchanged.
|
static Object |
ParametersMerger.processParametersReplacement(Object initialValue,
HashMap<net.sf.saxon.s9api.QName,ParameterValue> parameters)
Replaces the parameters in string
|
static String |
ParametersMerger.processParametersReplacement(String initialValue,
HashMap<net.sf.saxon.s9api.QName,ParameterValue> parameters)
Replaces the parameters in string
|
Copyright © 2017. All rights reserved.