| Class | Description |
|---|---|
| AbstractParser |
Abstract class for all translators parsers Parsers are classes used to search for special parts of text (usually html
tags) and then to produce
from them. |
| HtmlListParser |
Parser used by
Translator for searching ol and ul html tags and creating for
them |
| HtmlSimpleEntityParser |
HtmlSimpleEntityParser is an implementation of created for html
entities like & nbsp; . |
| HtmlSimpleParser |
HtmlSimpleParser is a simple implementation of the AbstractParser used by Translator to search
html tags. |
| HtmlTableParser |
Parser used by
Translator for searching tables in tags and creating for them. |
Copyright © 2017 SAP SE. All Rights Reserved.