com.lowagie.text.html
public class HtmlTagMap extends HashMap
Tags
-class maps several XHTML-tags to iText-objects.
Field Summary | |
---|---|
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. |
Parameters: tag a tagvalue
Returns: true if tag is BODY or body
Parameters: tag a tagvalue
Returns: true if tag is HEAD or head
Parameters: tag a tagvalue
Returns: true if tag is HTML or html
Parameters: tag a tagvalue
Returns: true if tag is LINK or link
Parameters: tag a tagvalue
Returns: true if tag is META or meta
Parameters: tag a tagvalue
Returns: true if tag is a HTML, HEAD, META, LINK or BODY tag (case insensitive)
Parameters: tag a tagvalue
Returns: true if tag is TITLE or title