org.kefirsf.bb
Class DomConfigurationFactory
java.lang.Object
org.kefirsf.bb.DomConfigurationFactory
public class DomConfigurationFactory
- extends Object
Create a text processor configuration from the DOM-document.
- Author:
- Vitaliy Samolovskih aka Kefir
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static DomConfigurationFactory getInstance()
- Returns:
- factory instance
create
public Configuration create(Document dc)
- Create the bb-code processor from DOM Document
- Parameters:
dc - document
- Returns:
- bb-code processor
- Throws:
TextProcessorFactoryException - If invalid Document
Copyright © 2013. All Rights Reserved.