Encodes body content.
Usage:
Used by
org.apache.commons.betwixt.io.BeanWriter to encode body content before it is written
into the textual output.
This gives flexibility in this stage allowing (for example)
some properties to use character escaping whilst others
use CDATA wrapping.
Note: the word encoding here is used
in the sense of escaping a sequence of character data.
author: Jakarta Commons Team since: 0.5 |