org.openoffice.da.comp.w2lcommon.filter
Class FilterDataParser
java.lang.Object
org.openoffice.da.comp.w2lcommon.filter.FilterDataParser
public class FilterDataParser
extends java.lang.Object
This class parses the FilterData property passed to the filter and
applies it to a Converter
All errors are silently ignored
FilterDataParser
public FilterDataParser(XComponentContext xComponentContext)
applyFilterData
public void applyFilterData(Object data,
Converter converter)
Apply the given FilterData property to the given converter
data
- an Any containing the FilterData propertyconverter
- a writer2latex.api.Converter
implementation