Uses of Package
com.helger.xml.microdom.convert
Packages that use com.helger.xml.microdom.convert
-
Classes in com.helger.xml.microdom.convert used by com.helger.xml.microdom.convertClassDescriptionInterface to be implemented to marshal between IMicroElement and a native object.A callback interface that is used to iterate all available micro type converters.SPI interface to be implemented by other modules wishing to register their own micro-type converters.This is the callback interface implemented by
MicroTypeConverterRegistryfor registration via the SPI interface.A utility class for converting objects from and toIMicroElement.
The functionality is a special case of theTypeConverterRegistryas we need a parameter for conversion in this case.DefaultIMicroTypeConverterimplementation forStringobjects. -
Classes in com.helger.xml.microdom.convert used by com.helger.xml.util.mimeClassDescriptionInterface to be implemented to marshal between IMicroElement and a native object.SPI interface to be implemented by other modules wishing to register their own micro-type converters.This is the callback interface implemented by
MicroTypeConverterRegistryfor registration via the SPI interface.