Uses of Class
de.hybris.platform.commons.translator.parsers.AbstractParser
-
Packages that use AbstractParser Package Description de.hybris.platform.commons.jalo.translator de.hybris.platform.commons.translator de.hybris.platform.commons.translator.parsers -
-
Uses of AbstractParser in de.hybris.platform.commons.jalo.translator
Methods in de.hybris.platform.commons.jalo.translator that return types with arguments of type AbstractParser Modifier and Type Method Description java.util.Map<java.lang.String,AbstractParser>JaloTranslatorConfiguration. getParserPropertiesAsMap() -
Uses of AbstractParser in de.hybris.platform.commons.translator
Methods in de.hybris.platform.commons.translator that return AbstractParser Modifier and Type Method Description AbstractParserTranslatorConfiguration. getParser(java.lang.String name)get parser from the configuration by the nameMethods in de.hybris.platform.commons.translator with parameters of type AbstractParser Modifier and Type Method Description java.lang.String[]Translator. searchForClosingTag(AbstractParser abstractParser, java.lang.String startTag, java.lang.String textToSearch)search in textToSearch closing tag for given startTag.Constructor parameters in de.hybris.platform.commons.translator with type arguments of type AbstractParser Constructor Description TranslatorConfiguration(java.util.Map<java.lang.String,AbstractParser> parsersConfiguration, RenderersFactory renderersFactory)This constructor should be used when parsers configuration is defined in database. -
Uses of AbstractParser in de.hybris.platform.commons.translator.parsers
Subclasses of AbstractParser in de.hybris.platform.commons.translator.parsers Modifier and Type Class Description classHtmlListParserParser used byTranslatorfor searching ol and ul html tags and creatingfor themListNodeclassHtmlSimpleEntityParserHtmlSimpleEntityParseris an implementation ofcreated for html entities like & nbsp; .AbstractParserclassHtmlSimpleParserHtmlSimpleParseris a simple implementation of the AbstractParser used byTranslatorto search html tags.classHtmlTableParserParser used byTranslatorfor searching tables in tags and creatingfor them.TableNode
-