com.itextpdf.text.html.simpleparser
Class HTMLTagProcessors

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,HTMLTagProcessor>
          extended by com.itextpdf.text.html.simpleparser.HTMLTagProcessors
All Implemented Interfaces:
Serializable, Cloneable, Map<String,HTMLTagProcessor>

Deprecated.

public class HTMLTagProcessors
extends HashMap<String,HTMLTagProcessor>

This class maps tags such as div and span to their corresponding TagProcessor classes.

See Also:
Serialized Form

Field Summary
static HTMLTagProcessor A
          Deprecated. Object that processes the a tag.
static HTMLTagProcessor BR
          Deprecated. Object that processes the br tag.
static HTMLTagProcessor DIV
          Deprecated.  
static HTMLTagProcessor EM_STRONG_STRIKE_SUP_SUP
          Deprecated. Object that processes the following tags: i, em, b, strong, s, strike, u, sup, sub
static HTMLTagProcessor H
          Deprecated.  
static HTMLTagProcessor HR
          Deprecated.  
static HTMLTagProcessor IMG
          Deprecated.  
static HTMLTagProcessor LI
          Deprecated.  
static HTMLTagProcessor PRE
          Deprecated.  
static HTMLTagProcessor SPAN
          Deprecated.  
static HTMLTagProcessor TABLE
          Deprecated.  
static HTMLTagProcessor TD
          Deprecated.  
static HTMLTagProcessor TR
          Deprecated.  
static HTMLTagProcessor UL_OL
          Deprecated.  
 
Constructor Summary
HTMLTagProcessors()
          Deprecated. Creates a Map containing supported tags.
 
Method Summary
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

EM_STRONG_STRIKE_SUP_SUP

public static final HTMLTagProcessor EM_STRONG_STRIKE_SUP_SUP
Deprecated. 
Object that processes the following tags: i, em, b, strong, s, strike, u, sup, sub


A

public static final HTMLTagProcessor A
Deprecated. 
Object that processes the a tag.


BR

public static final HTMLTagProcessor BR
Deprecated. 
Object that processes the br tag.


UL_OL

public static final HTMLTagProcessor UL_OL
Deprecated. 

HR

public static final HTMLTagProcessor HR
Deprecated. 

SPAN

public static final HTMLTagProcessor SPAN
Deprecated. 

H

public static final HTMLTagProcessor H
Deprecated. 

LI

public static final HTMLTagProcessor LI
Deprecated. 

PRE

public static final HTMLTagProcessor PRE
Deprecated. 

DIV

public static final HTMLTagProcessor DIV
Deprecated. 

TABLE

public static final HTMLTagProcessor TABLE
Deprecated. 

TR

public static final HTMLTagProcessor TR
Deprecated. 

TD

public static final HTMLTagProcessor TD
Deprecated. 

IMG

public static final HTMLTagProcessor IMG
Deprecated. 
Constructor Detail

HTMLTagProcessors

public HTMLTagProcessors()
Deprecated. 
Creates a Map containing supported tags.



Copyright © 2013. All Rights Reserved.