org.kefirsf.bb
Class DomConfigurationFactory

java.lang.Object
  extended by org.kefirsf.bb.DomConfigurationFactory

public class DomConfigurationFactory
extends Object

Create a text processor configuration from the DOM-document.

Author:
Vitaliy Samolovskih aka Kefir

Method Summary
 Configuration create(Document dc)
          Create the bb-code processor from DOM Document
static DomConfigurationFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.