|
|
||||||||
| 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 | |
|---|---|
boolean |
isBody(String tag)
Checks if this is the root tag. |
boolean |
isHead(String tag)
Checks if this is the head tag. |
boolean |
isHtml(String tag)
Checks if this is the root tag. |
boolean |
isLink(String tag)
Checks if this is the linl tag. |
boolean |
isMeta(String tag)
Checks if this is the meta tag. |
boolean |
isSpecialTag(String tag)
Checks if this is a special tag. |
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 boolean isHtml(String tag)
tag - a tagvalue
public boolean isHead(String tag)
tag - a tagvalue
public boolean isMeta(String tag)
tag - a tagvalue
public boolean isLink(String tag)
tag - a tagvalue
public boolean isTitle(String tag)
tag - a tagvalue
public boolean isBody(String tag)
tag - a tagvalue
public boolean isSpecialTag(String tag)
tag - a tagvalue
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||