| Interface | Description |
|---|---|
| TextProcessor |
The interface of text processors
|
| TextProcessorFactory |
The TextProcessor factory interface
|
| Class | Description |
|---|---|
| BBProcessorFactory |
Factory for creating BBProcessor from Stream, File, Resource with configuration or default bb-processor.
|
| ConfigurationFactory |
Create the text processor configuration
|
| DomConfigurationFactory |
Create a text processor configuration from the DOM-document.
|
| EscapeProcessor |
Class for escape processing.
|
| EscapeXmlProcessorFactory |
The class for creating the escape xml special symbols processor.
|
| TextProcessorAdapter |
Text Processor adapter implement methods for String, StringBuffer, StringBuilder
|
| TextProcessorChain |
Chain of text processors wich process text serially
|
| Exception | Description |
|---|---|
| TextProcessorException |
Base class for text processor exceptions.
|
| TextProcessorFactoryException |
Exception if TextProcessorFactory can't create the TextProcessor instance
|
| TextProcessorNestingException |
Throws if nesting is too large.
|
Copyright © 2016. All rights reserved.