org.apache.abdera.filter
Class TextFilter

java.lang.Object
  extended by org.apache.abdera.filter.TextFilter

public abstract class TextFilter
extends java.lang.Object

Text filter provides a means of filtering unacceptable text from elements in the Atom feed, including unwanted text and markup in HTML entries.


Constructor Summary
TextFilter()
           
 
Method Summary
 java.lang.String filterAttributeText(java.lang.String text, javax.xml.namespace.QName attribute, Element parent)
           
 java.lang.String filterText(java.lang.String text, Element parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextFilter

public TextFilter()
Method Detail

filterText

public java.lang.String filterText(java.lang.String text,
                                   Element parent)

filterAttributeText

public java.lang.String filterAttributeText(java.lang.String text,
                                            javax.xml.namespace.QName attribute,
                                            Element parent)