| Package | Description |
|---|---|
| org.kefirsf.bb |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
ConfigurationFactory.create()
Create the default bb-code processor.
|
Configuration |
DomConfigurationFactory.create(Document dc)
Create the bb-code processor from DOM Document
|
Configuration |
ConfigurationFactory.create(File file)
Create the bb-code processor from file with XML-configuration.
|
Configuration |
ConfigurationFactory.create(InputStream stream)
Create the bb-processor from XML InputStream
|
Configuration |
ConfigurationFactory.create(String fileName)
Create the bb-code processor from file with XML-configuration.
|
Configuration |
ConfigurationFactory.createFromResource(String resourceName)
Create the bb-processor using xml-configuration resource
|
| Modifier and Type | Method and Description |
|---|---|
TextProcessor |
BBProcessorFactory.create(Configuration conf)
Create TextProcessor by programmatic configuration.
|
Copyright © 2016. All rights reserved.