com.google.clearsilver.jsilver.functions.html
Class HtmlStripFunction

java.lang.Object
  extended by com.google.clearsilver.jsilver.functions.html.HtmlStripFunction
All Implemented Interfaces:
TextFilter

public class HtmlStripFunction
extends Object
implements TextFilter

This class implements the html_strip function. It removes html tags from text, and expands numbered and named html entities to their corresponding special characters.


Constructor Summary
HtmlStripFunction()
           
 
Method Summary
 void filter(String in, Appendable out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlStripFunction

public HtmlStripFunction()
Method Detail

filter

public void filter(String in,
                   Appendable out)
            throws IOException
Specified by:
filter in interface TextFilter
Throws:
IOException


Copyright © 2010-2012 Google. All Rights Reserved.