Class TagMap

All Implemented Interfaces:
Serializable, Cloneable, Map<String,XmlPeer>

public class TagMap extends HashMap<String,XmlPeer>
The Tags-class maps several XHTML-tags to iText-objects.
See Also:
  • 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