Class TagMap

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
com.lowagie.text.xml.TagMap
All Implemented Interfaces:
Serializable, Cloneable, Map

public class TagMap extends HashMap
The Tags-class maps several XHTML-tags to iText-objects.
See Also:
  • Constructor Details

    • TagMap

      public TagMap(String tagfile)
      Constructs a TagMap
      Parameters:
      tagfile - the path to an XML file with the tagmap
    • TagMap

      public TagMap(InputStream in)
      Constructs a TagMap.
      Parameters:
      in - An InputStream with the tagmap xml
  • Method Details