Package com.helger.pdflayout.config.xml
Class PLCellRangeMicroTypeConverter
- java.lang.Object
-
- com.helger.pdflayout.config.xml.PLCellRangeMicroTypeConverter
-
- All Implemented Interfaces:
com.helger.xml.microdom.convert.IMicroTypeConverter<PLCellRange>
public final class PLCellRangeMicroTypeConverter extends Object implements com.helger.xml.microdom.convert.IMicroTypeConverter<PLCellRange>
Micro type converter for classPLCellRange.- Author:
- Philip Helger
-
-
Constructor Summary
Constructors Constructor Description PLCellRangeMicroTypeConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.helger.xml.microdom.IMicroElementconvertToMicroElement(PLCellRange aValue, String sNamespaceURI, String sTagName)PLCellRangeconvertToNative(com.helger.xml.microdom.IMicroElement aElement)
-
-
-
Method Detail
-
convertToMicroElement
@Nonnull public com.helger.xml.microdom.IMicroElement convertToMicroElement(@Nonnull PLCellRange aValue, @Nullable String sNamespaceURI, @Nonnull String sTagName)
- Specified by:
convertToMicroElementin interfacecom.helger.xml.microdom.convert.IMicroTypeConverter<PLCellRange>
-
convertToNative
@Nonnull public PLCellRange convertToNative(@Nonnull com.helger.xml.microdom.IMicroElement aElement)
- Specified by:
convertToNativein interfacecom.helger.xml.microdom.convert.IMicroTypeConverter<PLCellRange>
-
-