|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdom2.output.support.AbstractOutputProcessor
org.jdom2.output.support.AbstractXMLOutputProcessor
org.apache.wiki.render.CustomXMLOutputProcessor
public class CustomXMLOutputProcessor

Override added to ensure attribute values including ampersands and quotes still get escaped even if disable-output-escaping processing instruction (meant to keep rest of HTML string as-is) set.
| Field Summary |
|---|
| Fields inherited from class org.jdom2.output.support.AbstractXMLOutputProcessor |
|---|
CDATAPOST, CDATAPRE |
| Constructor Summary | |
|---|---|
CustomXMLOutputProcessor()
|
|
| Method Summary | |
|---|---|
protected void |
attributeEscapedEntitiesFilter(Writer out,
org.jdom2.output.support.FormatStack fstack,
String value)
|
| Methods inherited from class org.jdom2.output.support.AbstractXMLOutputProcessor |
|---|
printAttribute, printCDATA, printComment, printContent, printDeclaration, printDocType, printDocument, printElement, printEntityRef, printNamespace, printProcessingInstruction, printText, process, process, process, process, process, process, process, process, process, textCDATA, textEntityRef, textRaw, textRaw, write, write |
| Methods inherited from class org.jdom2.output.support.AbstractOutputProcessor |
|---|
buildWalker |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CustomXMLOutputProcessor()
| Method Detail |
|---|
protected void attributeEscapedEntitiesFilter(Writer out,
org.jdom2.output.support.FormatStack fstack,
String value)
throws IOException
attributeEscapedEntitiesFilter in class org.jdom2.output.support.AbstractXMLOutputProcessorIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||