Package cookxml.core.converter

Class Summary
BooleanConverter This class converts a string "true" to Boolean.TRUE and such.
ByteConverter This class converts the first character of the string to a byte.
CallCtorConverter This converter is used to reduce the need to create custom converter classes.
CallFunctionConverter This converter is used to reduce the need to create custom converter classes.
CharConverter This class returns the first character of the string.
DocumentElementConverter Convert a string into DocumentELement as if it is an include path.
DoubleConverter This converter converts a string represenation into double.
FloatConverter This converter converts a string represenation into float.
IntConverter This converter converts a string represenation into integer.
ObjectConverter This converter treats the string as if an pointer representing an object with id or variable names.
ShortConverter This converter converts a string represenation into short.
URLConverter This converter converts a string represenation into url.