public class TagMap extends HashMap
Tags-class maps several XHTML-tags to iText-objects.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 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, valuesequals, hashCode, toStringpublic 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)
Copyright © 2013 InProTopia Corporation. All Rights Reserved.