public abstract class MarkupEngineIn extends MarkupIn
Unfortunately this model doesn't work well for XHTML markup. Even though the XHTML input markup engine extends this class, it does most of the processing itself.
For more information, please see the extenral documentation.
| Modifier and Type | Method and Description |
|---|---|
void |
setSourceText(String sStrSource)
Set the source markup string to parse.
|
void |
translate()
Pure virtual: Perform the markup translation.
|
public void translate()
MarkupInThe derived class implements this to perform the actual translation from markup to rich text. Note that the derived class must be prepopulated with any translation parameters.
public void setSourceText(String sStrSource)
sStrSource - - String containing the markup to process.Copyright © 2010 - 2020 Adobe. All Rights Reserved