Uses of Interface
com.itextpdf.text.html.simpleparser.HTMLTagProcessor
-
Packages that use HTMLTagProcessor Package Description com.itextpdf.text.html.simpleparser -
-
Uses of HTMLTagProcessor in com.itextpdf.text.html.simpleparser
Fields in com.itextpdf.text.html.simpleparser declared as HTMLTagProcessor Modifier and Type Field Description static HTMLTagProcessorHTMLTagProcessors. ADeprecated.Object that processes the a tag.static HTMLTagProcessorHTMLTagProcessors. BRDeprecated.Object that processes the br tag.static HTMLTagProcessorHTMLTagProcessors. DIVDeprecated.static HTMLTagProcessorHTMLTagProcessors. EM_STRONG_STRIKE_SUP_SUPDeprecated.Object that processes the following tags: i, em, b, strong, s, strike, u, sup, substatic HTMLTagProcessorHTMLTagProcessors. HDeprecated.static HTMLTagProcessorHTMLTagProcessors. HRDeprecated.static HTMLTagProcessorHTMLTagProcessors. IMGDeprecated.static HTMLTagProcessorHTMLTagProcessors. LIDeprecated.static HTMLTagProcessorHTMLTagProcessors. PREDeprecated.static HTMLTagProcessorHTMLTagProcessors. SPANDeprecated.static HTMLTagProcessorHTMLTagProcessors. TABLEDeprecated.static HTMLTagProcessorHTMLTagProcessors. TDDeprecated.static HTMLTagProcessorHTMLTagProcessors. TRDeprecated.static HTMLTagProcessorHTMLTagProcessors. UL_OLDeprecated.Fields in com.itextpdf.text.html.simpleparser with type parameters of type HTMLTagProcessor Modifier and Type Field Description protected 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 HTMLTagProcessor Modifier and Type Method Description static List<Element>HTMLWorker. 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 HTMLTagProcessor Constructor Description HTMLWorker(DocListener document, Map<String,HTMLTagProcessor> tags, StyleSheet style)Deprecated.Creates a new instance of HTMLWorker
-