Package de.hybris.platform.commons.translator.parsers
package de.hybris.platform.commons.translator.parsers
-
ClassesClassDescriptionAbstract 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.AbstractNodesParser used byTranslatorfor searching ol and ul html tags and creatingfor themListNodeHtmlSimpleEntityParseris an implementation ofcreated for html entities like & nbsp; .AbstractParserHtmlSimpleParseris a simple implementation of the AbstractParser used byTranslatorto search html tags.Parser used byTranslatorfor searching tables in tags and creatingfor them.TableNode