Uses of Interface
com.itextpdf.text.html.simpleparser.HTMLTagProcessor
Packages that use HTMLTagProcessor
-
Uses of HTMLTagProcessor in com.itextpdf.text.html.simpleparser
Fields in com.itextpdf.text.html.simpleparser declared as HTMLTagProcessorModifier and TypeFieldDescriptionstatic final HTMLTagProcessorHTMLTagProcessors.ADeprecated.Object that processes the a tag.static final HTMLTagProcessorHTMLTagProcessors.BRDeprecated.Object that processes the br tag.static final HTMLTagProcessorHTMLTagProcessors.DIVDeprecated.static final HTMLTagProcessorHTMLTagProcessors.EM_STRONG_STRIKE_SUP_SUPDeprecated.Object that processes the following tags: i, em, b, strong, s, strike, u, sup, substatic final HTMLTagProcessorHTMLTagProcessors.HDeprecated.static final HTMLTagProcessorHTMLTagProcessors.HRDeprecated.static final HTMLTagProcessorHTMLTagProcessors.IMGDeprecated.static final HTMLTagProcessorHTMLTagProcessors.LIDeprecated.static final HTMLTagProcessorHTMLTagProcessors.PREDeprecated.static final HTMLTagProcessorHTMLTagProcessors.SPANDeprecated.static final HTMLTagProcessorHTMLTagProcessors.TABLEDeprecated.static final HTMLTagProcessorHTMLTagProcessors.TDDeprecated.static final HTMLTagProcessorHTMLTagProcessors.TRDeprecated.static final HTMLTagProcessorHTMLTagProcessors.UL_OLDeprecated.Fields in com.itextpdf.text.html.simpleparser with type parameters of type HTMLTagProcessorModifier and TypeFieldDescriptionprotected Map<String, HTMLTagProcessor> HTMLWorker.tagsDeprecated.The map with all the supported tags.Method parameters in com.itextpdf.text.html.simpleparser with type arguments of type HTMLTagProcessorModifier and TypeMethodDescriptionHTMLWorker.parseToList(Reader reader, StyleSheet style, Map<String, HTMLTagProcessor> tags, HashMap<String, Object> providers) Deprecated.Parses an HTML source to a List of Element objectsvoidHTMLWorker.setSupportedTags(Map<String, HTMLTagProcessor> tags) Deprecated.Sets the map with supported tags.Constructor parameters in com.itextpdf.text.html.simpleparser with type arguments of type HTMLTagProcessorModifierConstructorDescriptionHTMLWorker(DocListener document, Map<String, HTMLTagProcessor> tags, StyleSheet style) Deprecated.Creates a new instance of HTMLWorker