Skip navigation links

Package org.simpleframework.xml.filter

Provides a collection of filter objects used for text substitution.

See: Description

Package org.simpleframework.xml.filter Description

Provides a collection of filter objects used for text substitution. Text substitution is performed during the serialization process for any string with of a certain format. An example of the format that is used can be seen below.
 
    ${variable.name}
    
 
The serializer will query any Filter implementation with the name extracted. If value is found then the text is converted during deserialization. This offers a convenient way to assign dynamic values.
See Also:
org.simpleframework.xml.core
Skip navigation links