Uses of Class
de.hybris.platform.commons.translator.parsers.AbstractParser
Packages that use AbstractParser
Package
Description
-
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 -
Uses of AbstractParser in de.hybris.platform.commons.translator
Methods in de.hybris.platform.commons.translator that return AbstractParserModifier and TypeMethodDescriptionget parser from the configuration by the nameMethods in de.hybris.platform.commons.translator with parameters of type AbstractParserModifier and TypeMethodDescriptionString[]Translator.searchForClosingTag(AbstractParser abstractParser, String startTag, String textToSearch) search in textToSearch closing tag for given startTag.Constructor parameters in de.hybris.platform.commons.translator with type arguments of type AbstractParserModifierConstructorDescriptionTranslatorConfiguration(Map<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.parsersModifier and TypeClassDescriptionclassParser used byTranslatorfor searching ol and ul html tags and creatingfor themListNodeclassHtmlSimpleEntityParseris an implementation ofcreated for html entities like & nbsp; .AbstractParserclassHtmlSimpleParseris a simple implementation of the AbstractParser used byTranslatorto search html tags.classParser used byTranslatorfor searching tables in tags and creatingfor them.TableNode