org.kefirsf.bb
Class EscapeXmlProcessorFactory

java.lang.Object
  extended by org.kefirsf.bb.EscapeXmlProcessorFactory
All Implemented Interfaces:
TextProcessorFactory

public class EscapeXmlProcessorFactory
extends Object
implements TextProcessorFactory

The class for creating the escape xml special symbols processor. It's processor change:

& to &amp; ' to &apos; < to &lt; > to &gt; " to &quot;

Author:
Kefir

Method Summary
 TextProcessor create()
          Create the new XML escape symbols processor.
static TextProcessorFactory getInstance()
          Return instance of this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static TextProcessorFactory getInstance()
Return instance of this class.

Returns:
instance of escape xml processor factory

create

public TextProcessor create()
Create the new XML escape symbols processor.

Specified by:
create in interface TextProcessorFactory
Returns:
instance of TextProcessor interface
See Also:
TextProcessorFactory.create()


Copyright © 2013. All Rights Reserved.