org.htmlparser.tags
public class JspTag extends TagNode
| Constructor Summary | |
|---|---|
| JspTag()
Create a new jsp tag. | |
| Method Summary | |
|---|---|
| String[] | getIds()
Return the set of names handled by this tag. |
| String | toString()
Returns a string representation of this jsp tag suitable for debugging. |
Returns: The names to be matched that create tags of this type.
Returns: A string representing this tag.
| HTML Parser is an open source library released under LGPL. | |