Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » html » [javadoc | source]
com.lowagie.text.html
public class: HtmlTagMap [javadoc | source]
java.lang.Object
   java.util.AbstractMap
      java.util.HashMap
         com.lowagie.text.html.HtmlTagMap

All Implemented Interfaces:
    Map, Serializable, Cloneable

The Tags-class maps several XHTML-tags to iText-objects.
Constructor:
 public HtmlTagMap() 
Method from com.lowagie.text.html.HtmlTagMap Summary:
isBody,   isHead,   isHtml,   isLink,   isMeta,   isSpecialTag,   isTitle
Methods from java.util.HashMap:
clear,   clone,   containsKey,   containsValue,   entrySet,   get,   isEmpty,   keySet,   put,   putAll,   remove,   size,   values
Methods from java.util.AbstractMap:
clear,   containsKey,   containsValue,   entrySet,   equals,   get,   hashCode,   isEmpty,   keySet,   put,   putAll,   remove,   size,   toString,   values
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.html.HtmlTagMap Detail:
 public static boolean isBody(String tag) 
    Checks if this is the root tag.
 public static boolean isHead(String tag) 
    Checks if this is the head tag.
 public static boolean isHtml(String tag) 
    Checks if this is the root tag.
 public static boolean isLink(String tag) 
    Checks if this is the link tag.
 public static boolean isMeta(String tag) 
    Checks if this is the meta tag.
 public static boolean isSpecialTag(String tag) 
    Checks if this is a special tag.
 public static boolean isTitle(String tag) 
    Checks if this is the title tag.