|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--XMLOutputter | +--org.apache.velocity.anakia.OutputWrapper
This class extends XMLOutputter in order to provide a way to walk an Element tree into a String.
Constructor Summary | |
OutputWrapper()
Empty constructor |
Method Summary | |
java.lang.String |
outputString(Element element,
boolean strip)
This method walks an Element tree into a String. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OutputWrapper()
Method Detail |
public java.lang.String outputString(Element element, boolean strip)
<td> foo <strong>bar</strong> ack </td>
It will outputfoo <strong>bar</strong> ack </td>
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |