public class TagMap extends HashMap
Tags
-class maps several XHTML-tags to iText-objects.Modifier and Type | Class and Description |
---|---|
(package private) class |
TagMap.AttributeHandler |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
TagMap(InputStream in)
Constructs a TagMap.
|
TagMap(String tagfile)
Constructs a TagMap
|
Modifier and Type | Method and Description |
---|---|
protected void |
init(InputStream in) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
private static final long serialVersionUID
public TagMap(String tagfile)
tagfile
- the path to an XML file with the tagmappublic TagMap(InputStream in)
in
- An InputStream with the tagmap xmlprotected void init(InputStream in)