|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jdom.output.XMLOutputter
org.apache.velocity.anakia.OutputWrapper
This class extends XMLOutputter in order to provide a way to walk an Element tree into a String.
| Nested Class Summary |
| Nested classes inherited from class org.jdom.output.XMLOutputter |
org.jdom.output.XMLOutputter.NamespaceStack |
| Field Summary |
| Fields inherited from class org.jdom.output.XMLOutputter |
|
| Constructor Summary | |
OutputWrapper()
Empty constructor |
|
| Method Summary | |
java.lang.String |
outputString(org.jdom.Element element,
boolean strip)
This method walks an Element tree into a String. |
| Methods inherited from class org.jdom.output.XMLOutputter |
clone, createNamespaceStack, escapeAttributeEntities, escapeElementEntities, indent, makeWriter, makeWriter, newline, output, output, 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, outputString, parseArgs, printAttributes, printCDATA, printComment, printContentRange, printDeclaration, printDocType, printElement, printEntityRef, printProcessingInstruction, printString, printText, printTextRange, setEncoding, setExpandEmptyElements, setIndent, setIndent, setIndent, setIndentSize, setLineSeparator, setNewlines, setOmitDeclaration, setOmitEncoding, setTextNormalize, setTextTrim, setTrimAllWhite, toString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public OutputWrapper()
| Method Detail |
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>
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||