| Package | Description |
|---|---|
| org.mmbase.util |
This package contains all kind of generic utilities.
|
| org.mmbase.util.transformers |
Transformers define tranformations of Strings, byte arrays and streams. |
| Class and Description |
|---|
| CharTransformer
Interface for transformations.
|
| Transformer
Interface for transformations.
|
| Class and Description |
|---|
| AbstractCommandStringTransformer
If you want to transform a Reader stream by the use of an external command, than you can extend
this class.
|
| BufferedReaderTransformer |
| BufferedReaderTransformer.Status |
| ByteArrayToCharTransformer
You need only to implement transform(byte[]) you have the simplest
kind of transformer (which is not 'streamable').
|
| ByteToCharTransformer
Interface for transformations.
|
| ByteTransformer
Interface for transformations.
|
| ChainedCharTransformer
A CharTransformer which wraps N other CharTransformers, and links them with N - 1 new Threads,
effectively working as a 'chained' transformer.
|
| CharTransformer
Interface for transformations.
|
| ChunkedTransformer
A chunked transformer is a transformer that transforms on a 'chunk by chunk' base.
|
| ChunkedTransformer.Status |
| Config
Describes what encoding is configured.
|
| ConfigurableReaderTransformer
Some Transformers implement more than one transformation.
|
| ConfigurableStringTransformer
Some Transformers implement more than one transformation.
|
| ConfigurableTransformer
Interface for transformations.
|
| CopyCharTransformer
This is the character transformer which does not actually transform
anything, it just copies the reader to the writer.
|
| DiacriticsRemover
This transformer removes all diacritics from the characters of a string.
|
| ListParserConstants
Token literal values and constants.
|
| ListParserTokenManager
Token Manager.
|
| LoggerCharTransformer
This is the character transformer is like
CopyCharTransformer, but it logs everything that it sees too. |
| ParseException
This exception is thrown when parse errors are encountered.
|
| ReaderTransformer
You need only to implement transform(Reader, Writer) you have the simplest
kind of tranformer (which is 'streamable').
|
| RegexpReplacer
Finds regexps in the Character String, and replaces them.
|
| SimpleCharStream
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
| SpaceReducer.Tag
this is a helper class that can check if a tag was opened or closed in a line of text
It first removes all bodyless versions of the tag from the line, and then counts all opening and
closing occurrences of the tag.
|
| StringTransformer
You need only to implement transform(String) you have the simplest
kind of tranformer (which is not 'streamable').
|
| Token
Describes the input token stream.
|
| Transformer
Interface for transformations.
|
| UrlEscaper
Escapes and Unescapes undesirable characters using % (URLEncoding)
Contrary to java.net.URLEncoder, it does not encode '+'.
|
| Xml
Transformations related to escaping in XML.
|
| XmlField.FormatException |
MMBase2 Utils 2.0.0 - 2019-08-08T23:20