view src/org/nwoca/ssdt/tools/html2wiki/Transformer.java @ 17:a88e2f8fb117 tip

added a replace transformer to remove ;) smilies
author ferrall@nwoca.org
date Tue, 08 Feb 2011 09:27:40 -0500
parents f8b1ea49d065
children
line wrap: on
line source
/*
 * Transformer.java
 *
 * Created on May 9, 2006, 6:47 PM
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package org.nwoca.ssdt.tools.html2wiki;

/**
 *
 * @author SMITH
 */
public interface Transformer {
           public void apply(StringBuffer buffer);
 
}