public class EscapingIndesignPrerenderer extends Object implements Prerenderer
EscapingIndesignPrerenderer is an implementation of Prerenderer. It is used to escape the slash
mark character and the less than sign character < by changing them to // and /<<. These characters have special
purposes in InDesign and this is why they have to be escaped. Note that in HTML the character < is also not
allowed. Also notice that this class only escapes these characters, entities are serviced differently.| Constructor and Description |
|---|
EscapingIndesignPrerenderer() |
| Modifier and Type | Method and Description |
|---|---|
AbstractNode |
prepareNode(AbstractNode node)
Method that is used in
Translator when
translator.prepareNode method is called |
public AbstractNode prepareNode(AbstractNode node)
PrerendererTranslator when
translator.prepareNode method is calledprepareNode in interface PrerendererCopyright © 2017 SAP SE. All Rights Reserved.