|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| RegexStringTransformer | This class converts a string by matching a given regular expression Pattern and if it
partially matches replacing the match(es) with a given
replacement. |
| RegexStringTransformerRule | This class is a RegexStringTransformer that implements the
StringTransformerRule interface by adding the
stop-on-match flag. |
| StringTransformerChain | This class represents a Transformer for Strings that is build
out of a list of rules. |
| StringTransformerChain.State | This inner class contains the state of a transformation. |
| StringTransformerChainXmlParser | Deprecated. - use JAXB directly: JAXBContext context = JAXBContext.newInstance(StringTransformerList.class); StringTransformerList chains = (StringTransformerList) context.createUnmarshaller().unmarshal(source); |
| StringTransformerList | This is a JAXB-ready Container for Transformers. |
Provides the base-implementation of transformer-util API.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||