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, suppressAttributes
attributePtr, issueFirstPara, legacyPositioning, marker, markerEnd, markerStart
public String translation()
public void reset()
public void text(String sStrText)
public void attr(TextAttr oAttr)
public void openScopedBlock()
openScopedBlock
in class TextMarkupBase
public void closeScopedBlock()
closeScopedBlock
in class TextMarkupBase
Copyright © 2010 - 2020 Adobe. All Rights Reserved