|
![]() |
||||||||
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.html.HtmlTagMap
public class HtmlTagMap
The Tags
-class maps several XHTML-tags to iText-objects.
Nested Class Summary |
---|
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 | |
---|---|
HtmlTagMap()
Constructs an HtmlTagMap. |
Method Summary | |
---|---|
static boolean |
isBody(String tag)
Checks if this is the root tag. |
static boolean |
isHead(String tag)
Checks if this is the head tag. |
static boolean |
isHtml(String tag)
Checks if this is the root tag. |
static boolean |
isLink(String tag)
Checks if this is the link tag. |
static boolean |
isMeta(String tag)
Checks if this is the meta tag. |
static boolean |
isSpecialTag(String tag)
Checks if this is a special tag. |
static boolean |
isTitle(String tag)
Checks if this is the title tag. |
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 |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public HtmlTagMap()
Method Detail |
---|
public static boolean isHtml(String tag)
tag
- a tagvalue
public static boolean isHead(String tag)
tag
- a tagvalue
public static boolean isMeta(String tag)
tag
- a tagvalue
public static boolean isLink(String tag)
tag
- a tagvalue
public static boolean isTitle(String tag)
tag
- a tagvalue
public static boolean isBody(String tag)
tag
- a tagvalue
public static boolean isSpecialTag(String tag)
tag
- a tagvalue
|
Hosted by Hostbasket | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |