com.lowagie.text.xml
Class TagMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by 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:
Serialized Form

Nested Class Summary
(package private)  class TagMap.AttributeHandler
           
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
private static long serialVersionUID
           
 
Constructor Summary
TagMap(InputStream in)
          Constructs a TagMap.
TagMap(String tagfile)
          Constructs a TagMap
 
Method Summary
protected  void init(InputStream in)
           
 
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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

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 Detail

init

protected void init(InputStream in)

Hosted by Hostbasket