Main
Getting Started
Search
Basic String Filters
Perform direct or basic string filtering operations.
BasicStringFilter
- Performs basic string formatting operations using the java.util.String API.
ConcatenateFilter
- Can prepend and or append a fixed string to the input string.
DateStringFilter
- Performs date formatting on an input string.
DESCipherFilter
- Encrypts or Decrypts sequence of bytes using DES encryption.
HTMLFilter
- General purpose filter for HTML strings - uses the javax.swing.text.html.HTMLEditorKit.
HTMLScraperFilter
- Uses an
HTMLScraper
to filter a URL to an XML string scraped from the HTML page referenced by the URL.
ImportFilesStringFilter
- String Filter that can prepend and/or append strings obtained from an external file to a target string.
ProgramStringFilter
- Performs string formatting operations using a program defined in either an external file or embedded in the XML.
RegExprStringFilter
- Filters a string by applying a regular expression match / replace to the input string.
ReplaceSubstringFilter
- Configurable String Filter that replaces a substring token in the target string.
SessionDataFilter
- Replaces a pattern string with the value of something cached in session data.
TaggingStringFilter
- Allows Tagging operation to be applied to any character string.
UIMAStringFilter
- Uses an IBM UIMA Analysis Engine and a UIMA XCASSerializer to create an XML string with UIMA Annotations.
URLContentFilter
- Replaces a URL String with the contents of the URL.
URLDecoderStringFilter
- Applies URLDecoder.decode( ) operation to target string.
URLEncoderStringFilter
- Applies URLEncoder.encode( ) operation to target string.
ValueMapFilter
- StringFilter implementation that uses a java.util.Map to replace an entire input string with a mapped replacement.
XSLTStringFilter
- Applies an XSL Transform to an XML target string.