public class FileUtils extends Object
| Modifier and Type | Method | Description |
|---|---|---|
static void |
addPropertiesToContext(eu.europa.ec.taxud.validation.ValidationContext validationContext,
Properties properties) |
Add properties to context.
|
static void |
addXpathsPropertiesInContext(eu.europa.ec.taxud.validation.ValidationContext context,
Properties properties) |
Add xpaths properties in context.
|
static void |
loadAndCompile(eu.europa.ec.taxud.validation.ValidationContext context,
InputStream xpathPropertiesInputStream,
XPath xPath) |
Load and compile.
|
public static void addPropertiesToContext(eu.europa.ec.taxud.validation.ValidationContext validationContext,
Properties properties)
validationContext - the validation contextproperties - the propertiespublic static void addXpathsPropertiesInContext(eu.europa.ec.taxud.validation.ValidationContext context,
Properties properties)
context - the contextproperties - the propertiespublic static void loadAndCompile(eu.europa.ec.taxud.validation.ValidationContext context,
InputStream xpathPropertiesInputStream,
XPath xPath)
throws XPathExpressionException,
IOException
context - the contextxpathPropertiesInputStream - the xpath properties input streamxPath - the x pathXPathExpressionException - the x path expression exceptionIOException - the io exceptionCopyright © 2025. All rights reserved.