Class TextInXhtmlEncoder

java.lang.Object
com.aoapps.encoding.MediaEncoder
com.aoapps.encoding.TextInXhtmlEncoder
All Implemented Interfaces:
ValidMediaFilter, ValidMediaInput, ValidMediaOutput, Encoder

@ThreadSafe @Immutable public final class TextInXhtmlEncoder extends MediaEncoder
Encodes arbitrary text into XHTML. Minimal conversion is performed, just encoding of necessary values and throwing an IOException when any character is found that cannot be converted to XHTML entities.
Author:
AO Industries, Inc.