SMILA (incubation) API documentation

org.eclipse.smila.processing.pipelets
Class HtmlToTextPipelet.CommentRemover

java.lang.Object
  extended by DefaultFilter
      extended by org.eclipse.smila.processing.pipelets.HtmlToTextPipelet.CommentRemover
Enclosing class:
HtmlToTextPipelet

public class HtmlToTextPipelet.CommentRemover
extends DefaultFilter

removes comments from HTML files.

Author:
jschumacher

Constructor Summary
HtmlToTextPipelet.CommentRemover()
           
 
Method Summary
 void comment(XMLString text, Augmentations augs)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlToTextPipelet.CommentRemover

public HtmlToTextPipelet.CommentRemover()
Method Detail

comment

public void comment(XMLString text,
                    Augmentations augs)

See Also:
org.cyberneko.html.filters.DefaultFilter#comment(org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations)

SMILA (incubation) API documentation