public class TagMap extends HashMap<String,XmlPeer>
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, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
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)
Copyright © 2020. All rights reserved.