public class MarkupEngineOut extends MarkupOut
One derives a class from this in order to implement a markup engine for a particular language.
For more information, please see the extenral documentation.
| Modifier and Type | Method and Description |
|---|---|
void |
attr(TextAttr oAttr)
Overridden: Output an attribute change.
|
void |
closeScopedBlock() |
void |
openScopedBlock() |
void |
para()
Overridden: Output a paragraph mark.
|
void |
reset()
Reset the (derived) markup engine to its initial state.
|
void |
text(String sStrText)
Overridden: Output raw text content.
|
String |
translation()
Obtain the output markup.
|
embed, field, suppressAttributesattributePtr, issueFirstPara, legacyPositioning, marker, markerEnd, markerStartpublic String translation()
public void reset()
public void text(String sStrText)
public void attr(TextAttr oAttr)
public void openScopedBlock()
openScopedBlock in class TextMarkupBasepublic void closeScopedBlock()
closeScopedBlock in class TextMarkupBaseCopyright © 2010 - 2020 Adobe. All Rights Reserved