Class TagMap

All Implemented Interfaces:
Serializable, Cloneable, Map

class TagMap extends HashMap
The Tags-class maps several XHTML-tags to iText-objects.
  • Field Details

  • 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