| Modifier and Type | Method and Description |
|---|---|
Map<String,AbstractParser> |
JaloTranslatorConfiguration.getParserPropertiesAsMap() |
| Modifier and Type | Method and Description |
|---|---|
AbstractParser |
TranslatorConfiguration.getParser(String name)
get parser from the configuration by the name
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
Translator.searchForClosingTag(AbstractParser abstractParser,
String startTag,
String textToSearch)
search in textToSearch closing tag for given startTag.
|
| Constructor and Description |
|---|
TranslatorConfiguration(Map<String,AbstractParser> parsersConfiguration,
RenderersFactory renderersFactory)
This constructor should be used when parsers configuration is defined in database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HtmlListParser
Parser used by
Translator for searching ol and ul html tags and creating for
them |
class |
HtmlSimpleEntityParser
HtmlSimpleEntityParser is an implementation of created for html
entities like & nbsp; . |
class |
HtmlSimpleParser
HtmlSimpleParser is a simple implementation of the AbstractParser used by Translator to search
html tags. |
class |
HtmlTableParser
Parser used by
Translator for searching tables in tags and creating for them. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageParser |
class |
ItemlinkParser
Parses an item link and creates a Node that holds the data of the link
|
Copyright © 2017 SAP SE. All Rights Reserved.