Class XML2TextConverter
java.lang.Object
org.nuxeo.ecm.core.convert.plugins.text.extractors.XML2TextConverter
- All Implemented Interfaces:
Converter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringconvert(BlobHolder holder, Map<String, Serializable> parameters) Main method to handle the real Conversion Job.voidinit(ConverterDescriptor descriptor) Initializes the Converter.
-
Constructor Details
-
XML2TextConverter
public XML2TextConverter()
-
-
Method Details
-
convert
public BlobHolder convert(BlobHolder holder, Map<String, Serializable> parameters) throws ConversionExceptionDescription copied from interface:ConverterMain method to handle the real Conversion Job.Returned
BlobHoldermust implementCachableBlobHolder, otherwise result won't be cached.- Specified by:
convertin interfaceConverter- Throws:
ConversionException
-
convert
-
init
Description copied from interface:ConverterInitializes the Converter.This can be used to retrieve some configuration information from the XMap Descriptor.
-