|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextProcessor | |
|---|---|
| org.kefirsf.bb | |
| org.kefirsf.bb.proc | |
| Uses of TextProcessor in org.kefirsf.bb |
|---|
| Classes in org.kefirsf.bb that implement TextProcessor | |
|---|---|
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 |
| Methods in org.kefirsf.bb that return TextProcessor | |
|---|---|
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 parameters in org.kefirsf.bb with type arguments of type TextProcessor | |
|---|---|
TextProcessorChain(List<? extends TextProcessor> processors)
|
|
| Uses of TextProcessor in org.kefirsf.bb.proc |
|---|
| Classes in org.kefirsf.bb.proc that implement TextProcessor | |
|---|---|
class |
BBProcessor
The bbcode processor. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||