Package de.hybris.platform.commons.translator.parsers
-
Class Summary 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 producefrom them.AbstractNodesHtmlListParser Parser used byTranslatorfor searching ol and ul html tags and creatingfor themListNodeHtmlSimpleEntityParser HtmlSimpleEntityParseris an implementation ofcreated for html entities like & nbsp; .AbstractParserHtmlSimpleParser HtmlSimpleParseris a simple implementation of the AbstractParser used byTranslatorto search html tags.HtmlTableParser Parser used byTranslatorfor searching tables in tags and creatingfor them.TableNode