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 HTMLTagProcessor
HTMLTagProcessors.A
Deprecated.Object that processes the a tag.static final HTMLTagProcessor
HTMLTagProcessors.BR
Deprecated.Object that processes the br tag.static final HTMLTagProcessor
HTMLTagProcessors.DIV
Deprecated.static final HTMLTagProcessor
HTMLTagProcessors.EM_STRONG_STRIKE_SUP_SUP
Deprecated.Object that processes the following tags: i, em, b, strong, s, strike, u, sup, substatic final HTMLTagProcessor
HTMLTagProcessors.H
Deprecated.static final HTMLTagProcessor
HTMLTagProcessors.HR
Deprecated.static final HTMLTagProcessor
HTMLTagProcessors.IMG
Deprecated.static final HTMLTagProcessor
HTMLTagProcessors.LI
Deprecated.static final HTMLTagProcessor
HTMLTagProcessors.PRE
Deprecated.static final HTMLTagProcessor
HTMLTagProcessors.SPAN
Deprecated.static final HTMLTagProcessor
HTMLTagProcessors.TABLE
Deprecated.static final HTMLTagProcessor
HTMLTagProcessors.TD
Deprecated.static final HTMLTagProcessor
HTMLTagProcessors.TR
Deprecated.static final HTMLTagProcessor
HTMLTagProcessors.UL_OL
Deprecated.Fields in com.itextpdf.text.html.simpleparser with type parameters of type HTMLTagProcessorModifier and TypeFieldDescriptionprotected Map<String,
HTMLTagProcessor> HTMLWorker.tags
Deprecated.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 objectsvoid
HTMLWorker.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