Package com.xmlcalabash.util.spi
Class StandardContentTypeConverter
-
- All Implemented Interfaces:
-
com.xmlcalabash.spi.ContentTypeConverter
public final class StandardContentTypeConverter implements ContentTypeConverter
-
-
Constructor Summary
Constructors Constructor Description StandardContentTypeConverter()
-
Method Summary
Modifier and Type Method Description Boolean
canConvert(MediaType from, MediaType to)
XProcDocument
convert(StepConfiguration stepConfig, XProcDocument doc, MediaType convertTo, Map<QName, XdmValue> serialization)
-
-
Method Detail
-
canConvert
Boolean canConvert(MediaType from, MediaType to)
-
convert
XProcDocument convert(StepConfiguration stepConfig, XProcDocument doc, MediaType convertTo, Map<QName, XdmValue> serialization)
-
-
-
-