| Package | Description |
|---|---|
| org.mmbase.util.transformers |
Transformers define tranformations of Strings, byte arrays and streams. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommandStringTransformer
If you want to transform a Reader stream by the use of an external command, than you can extend
this class.
|
class |
Asciifier
Transforms strings to ascii strings.
|
class |
ConfigurableStringTransformer
Some Transformers implement more than one transformation.
|
class |
DiacriticsRemover
This transformer removes all diacritics from the characters of a string.
|
class |
Figlet
An escaper based on the amusing 'figlet' tool, which is available on some system.
|
class |
Graphviz
Wraps the tools of graphviz into an MMBase 'chartransformer'.
|
class |
MD5
Do MD5 encoding.
|
class |
Perl
And yet another rather idiotic type of Transformer.
|
class |
RadixTransformer
This straight-forward transformer wraps
Long.toString(long, int) and Long.parseLong(String, int). |
class |
RomanTransformer
Static utilities to deal with roman numbers, and non static functions to transform strings
representing decimal numbers to roman numbers and back.
|
class |
Url
Encodings related to URL's.
|
class |
Xml
Transformations related to escaping in XML.
|
class |
XmlField
XMLFields in MMBase.
|
MMBase2 Utils 2.0.0 - 2019-08-08T23:20