com.google.clearsilver.jsilver.functions.html
Class HtmlStripFunction
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlStripFunction
public HtmlStripFunction()
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.