|
![]() |
||||||||
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 |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Field Summary | |
---|---|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
HtmlTagMap()
Constructs an HtmlTagMap. |
Method Summary | |
---|---|
boolean |
isBody(java.lang.String tag)
Checks if this is the root tag. |
boolean |
isHead(java.lang.String tag)
Checks if this is the head tag. |
boolean |
isHtml(java.lang.String tag)
Checks if this is the root tag. |
boolean |
isLink(java.lang.String tag)
Checks if this is the linl tag. |
boolean |
isMeta(java.lang.String tag)
Checks if this is the meta tag. |
boolean |
isSpecialTag(java.lang.String tag)
Checks if this is a special tag. |
boolean |
isTitle(java.lang.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(java.lang.String tag)
tag
- a tagvalue
public boolean isHead(java.lang.String tag)
tag
- a tagvalue
public boolean isMeta(java.lang.String tag)
tag
- a tagvalue
public boolean isLink(java.lang.String tag)
tag
- a tagvalue
public boolean isTitle(java.lang.String tag)
tag
- a tagvalue
public boolean isBody(java.lang.String tag)
tag
- a tagvalue
public boolean isSpecialTag(java.lang.String tag)
tag
- a tagvalue
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |