|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractMap | +--java.util.HashMap | +--com.lowagie.text.html.HtmlTagMap
The Tags
-class maps several XHTML-tags to iText-objects.
Field Summary |
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 root 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 root 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 |
Constructor Detail |
public HtmlTagMap()
Method Detail |
public boolean isHtml(String tag)
public boolean isHead(String tag)
public boolean isMeta(String tag)
public boolean isLink(String tag)
public boolean isTitle(String tag)
public boolean isBody(String tag)
public boolean isSpecialTag(String tag)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |