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 |
|---|---|
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, toStringpublic OutputWrapper()
public OutputWrapper(org.jdom.output.Format f)
f - public 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–2016. All rights reserved.