public interface XMLContentTransformer
| Modifier and Type | Method and Description |
|---|---|
File |
transform(File input)
Performs some custom modifications in an Jahia exported content xml file, and returns the updated file.
|
File |
transform(File input,
File tmpDirectory)
Performs some custom modifications in an Jahia exported content xml file, and returns the updated file.
|
File transform(File input)
input - A Jahia exported content xml fileFile transform(File input, File tmpDirectory)
input - A Jahia exported content xml filetmpDirectory - Temporary directory where the XMLContentTransformer should write some output for troubleshooting purposeCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.