|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
com.lowagie.text.html.HtmlTagMap
The Tags
-class maps several XHTML-tags to iText-objects.
Nested Class Summary |
Nested classes inherited from class java.util.HashMap |
|
Nested classes inherited from class java.util.AbstractMap |
|
Field Summary | |
private static long |
serialVersionUID
|
Fields inherited from class java.util.HashMap |
|
Fields inherited from class java.util.AbstractMap |
|
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 |