org.apache.velocity.anakia
public class OutputWrapper extends org.jdom.output.XMLOutputter
Constructor and Description |
---|
OutputWrapper()
Empty constructor
|
OutputWrapper(org.jdom.output.Format f) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
outputString(org.jdom.Element element,
boolean strip)
This method walks an Element tree into a String.
|
clone, escapeAttributeEntities, escapeElementEntities, getFormat, output, output, output, output, output, output, output, output, output, output, output, output, output, output, output, output, output, output, outputElementContent, outputElementContent, outputString, outputString, outputString, outputString, outputString, outputString, outputString, outputString, outputString, printAttributes, printCDATA, printComment, printDeclaration, printDocType, printElement, printEntityRef, printProcessingInstruction, printText, setFormat, toString
public OutputWrapper()
public OutputWrapper(org.jdom.output.Format f)
f
- public java.lang.String outputString(org.jdom.Element element, boolean strip)
<td> foo <strong>bar</strong> ack </td>
It will outputfoo <strong>bar</strong> ack </td>
element
- strip
- Copyright © 2000-2014. All Rights Reserved.