| Package | Description |
|---|---|
| org.kefirsf.bb | |
| org.kefirsf.bb.proc |
| Modifier and Type | Class and Description |
|---|---|
class |
EscapeProcessor
Class for escape processing.
|
class |
TextProcessorAdapter
Text Processor adapter implement methods for String, StringBuffer, StringBuilder
|
class |
TextProcessorChain
Chain of text processors wich process text serially
|
| Modifier and Type | Method and Description |
|---|---|
TextProcessor |
TextProcessorFactory.create()
Create the TextProcessor instance
|
TextProcessor |
EscapeXmlProcessorFactory.create()
Create the new XML escape symbols processor.
|
TextProcessor |
BBProcessorFactory.create()
Create the default bb-code processor.
|
TextProcessor |
BBProcessorFactory.create(Configuration conf)
Create TextProcessor by programmatic configuration.
|
TextProcessor |
BBProcessorFactory.create(File file)
Create the bb-code processor from file with XML-configuration.
|
TextProcessor |
BBProcessorFactory.create(InputStream stream)
Create the bb-processor from XML InputStream
|
TextProcessor |
BBProcessorFactory.create(String fileName)
Create the bb-code processor from file with XML-configuration.
|
TextProcessor |
BBProcessorFactory.createFromResource(String resourceName)
Create the bb-processor using xml-configuration resource
|
| Constructor and Description |
|---|
TextProcessorChain(List<? extends TextProcessor> processors) |
| Modifier and Type | Class and Description |
|---|---|
class |
BBProcessor
The bbcode processor.
|
Copyright © 2016. All rights reserved.