Uses of Interface
com.itextpdf.text.html.simpleparser.HTMLTagProcessor

Packages that use HTMLTagProcessor
com.itextpdf.text.html.simpleparser   
 

Uses of HTMLTagProcessor in com.itextpdf.text.html.simpleparser
 

Fields in com.itextpdf.text.html.simpleparser declared as HTMLTagProcessor
static HTMLTagProcessor HTMLTagProcessors.A
          Deprecated. Object that processes the a tag.
static HTMLTagProcessor HTMLTagProcessors.BR
          Deprecated. Object that processes the br tag.
static HTMLTagProcessor HTMLTagProcessors.DIV
          Deprecated.  
static HTMLTagProcessor HTMLTagProcessors.EM_STRONG_STRIKE_SUP_SUP
          Deprecated. Object that processes the following tags: i, em, b, strong, s, strike, u, sup, sub
static HTMLTagProcessor HTMLTagProcessors.H
          Deprecated.  
static HTMLTagProcessor HTMLTagProcessors.HR
          Deprecated.  
static HTMLTagProcessor HTMLTagProcessors.IMG
          Deprecated.  
static HTMLTagProcessor HTMLTagProcessors.LI
          Deprecated.  
static HTMLTagProcessor HTMLTagProcessors.PRE
          Deprecated.  
static HTMLTagProcessor HTMLTagProcessors.SPAN
          Deprecated.  
static HTMLTagProcessor HTMLTagProcessors.TABLE
          Deprecated.  
static HTMLTagProcessor HTMLTagProcessors.TD
          Deprecated.  
static HTMLTagProcessor HTMLTagProcessors.TR
          Deprecated.  
static HTMLTagProcessor HTMLTagProcessors.UL_OL
          Deprecated.  
 

Fields in com.itextpdf.text.html.simpleparser with type parameters of type HTMLTagProcessor
protected  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 HTMLTagProcessor
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 objects
 void 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 HTMLTagProcessor
HTMLWorker(DocListener document, Map<String,HTMLTagProcessor> tags, StyleSheet style)
          Deprecated. Creates a new instance of HTMLWorker
 



Copyright © 2013. All Rights Reserved.