public interface MarkupParser
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Method
getName should return parser language name. |
String |
parse(String markupText)
Method
parse is converts specified markup test to an abstract of HTML. |
Copyright © 2016–2017. All rights reserved.