|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
com.lowagie.text.xml.TagMap
public class TagMap
The Tags
-class maps several XHTML-tags to iText-objects.
Nested Class Summary | |
---|---|
(package private) class |
TagMap.AttributeHandler
|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Constructor Summary | |
---|---|
TagMap(java.io.InputStream in)
Constructs a TagMap. |
|
TagMap(java.lang.String tagfile)
Constructs a TagMap |
Method Summary | |
---|---|
protected void |
init(java.io.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 |
Constructor Detail |
---|
public TagMap(java.lang.String tagfile)
tagfile
- the path to an XML file with the tagmappublic TagMap(java.io.InputStream in)
in
- An InputStream with the tagmap xmlMethod Detail |
---|
protected void init(java.io.InputStream in)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |