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 | |
---|---|
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. |
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