Skip navigation links

Package org.simpleframework.xml.transform

Provides a set of transforms used to transform Java primitive types.

See: Description

Package org.simpleframework.xml.transform Description

Provides a set of transforms used to transform Java primitive types. Transforms are used to convert primitive types in to strings that can be used within an XML document. For example, take the Java date object java.util.Date, this can be converted in to a date string usable within an XML attribute or in an XML element text value. Other types can also be transformed such as Java enums and primitives and if desired custom transforms can be implemented.
See Also:
org.simpleframework.xml.core
Skip navigation links