28293031323334
/** * Creates a text filter for <code>text/plain</code> content. */ public TextPlainTextFilter() { super(new PlainTextExtractor()); }