Package com.logicaldoc.core.conversion
Class XMLConverter
java.lang.Object
com.logicaldoc.core.conversion.AbstractFormatConverter
com.logicaldoc.core.conversion.XMLConverter
- All Implemented Interfaces:
 FormatConverter
Converter to convert XML files
- Since:
 - 8.0
 - Author:
 - Marco Meschieri - LogicalDOC
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionImplementations should return the list of the required parameters.voidinternalConvert(String sid, Document document, File src, File dest) Methods inherited from class com.logicaldoc.core.conversion.AbstractFormatConverter
convert, convert, equals, getExtension, getParameter, getParameters, hashCode, isEnabled, loadParameters, setEnabled 
- 
Constructor Details
- 
XMLConverter
public XMLConverter() 
 - 
 - 
Method Details
- 
internalConvert
- Throws:
 IOException
 - 
getParameterNames
Description copied from interface:FormatConverterImplementations should return the list of the required parameters. A parameter is stored in the context as converter.SimpleClassName.parameter = value- Specified by:
 getParameterNamesin interfaceFormatConverter- Overrides:
 getParameterNamesin classAbstractFormatConverter- Returns:
 - list of the configuration parameters
 
 
 -