org.apache.velocity.anakia
public class OutputWrapper extends XMLOutputter
Version: $Id: OutputWrapper.java,v 1.6.4.1 2004/03/03 23:22:04 geirm Exp $
| Constructor Summary | |
|---|---|
| OutputWrapper()
Empty constructor | |
| Method Summary | |
|---|---|
| String | outputString(Element element, boolean strip)
This method walks an Element tree into a String. |
<td> foo <strong>bar</strong> ack </td>
It will outputfoo <strong>bar</strong> ack </td>