be.lassi.pdf.tags
Class Tags
java.lang.Object
be.lassi.pdf.tags.Tags
public class Tags
- extends java.lang.Object
Collection with all tags used in html to pdf translation.
Constructor Summary |
Tags()
|
Method Summary |
void |
add(Tag tag)
Adds a new tag. |
Tag |
get(java.lang.String name)
Gets the tag with given name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tags
public Tags()
add
public void add(Tag tag)
- Adds a new tag.
- Parameters:
tag
- the tag to be added
get
public Tag get(java.lang.String name)
- Gets the tag with given name.
- Parameters:
name
- the tag name
- Returns:
- the tag with given name