|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| RemoveHTMLTags | Title: Strip HTML tags from a Reader Description: It works only with proper
tags, so character references needs to be converted before applying this
Filter, see ReplaceHTMLTokens
Usage Example:
in = new BufferedReader(
new ReplaceTokens(
new RemoveHTMLTags(
new CharArrayReader(content.toCharArray()))));
Copyright (c) SAP AG 2001-2002 Company: SAP AG |
| ReplaceHTMLTokens | Title: Replace encoded HTML tokens with their HTML character corespondents Description: Copyright (c) SAP AG 2001-2002 Company: SAP AG |
| StrTokenizer | A StringTokenizer that uses strings(tags), rather than characters, as tokens. |
| StrUtil | Utility methods for strings |
Provides classes for handling HTML data reserved for internal use only.
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||