Package com.sapportals.wcm.util.string

Provides classes for handling HTML data reserved for internal use only.

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
 

Package com.sapportals.wcm.util.string Description

Provides classes for handling HTML data reserved for internal use only.

Package Specification



Copyright 2014 SAP AG Complete Copyright Notice