org.htmlparser.tags
public class LabelTag extends CompositeTag
| Constructor Summary | |
|---|---|
| LabelTag()
Create a new label tag. | |
| Method Summary | |
|---|---|
| String[] | getEnders()
Return the set of tag names that cause this tag to finish. |
| String[] | getIds()
Return the set of names handled by this tag. |
| String | getLabel()
Returns the text contained inside this label tag. |
| String | toString()
Returns a string representation of this label tag suitable for debugging. |
Returns: The names of following tags that stop further scanning.
Returns: The names to be matched that create tags of this type.
Returns: The textual contents between the {@.html } pair.
Returns: A string representing this label.
| HTML Parser is an open source library released under LGPL. | |