org.htmlparser.tags

Class JspTag

public class JspTag extends TagNode

The JSP/ASP tags like <%...%> can be identified by this class.
Constructor Summary
JspTag()
Create a new jsp tag.
Method Summary
String[]getIds()
Return the set of names handled by this tag.
StringtoString()
Returns a string representation of this jsp tag suitable for debugging.

Constructor Detail

JspTag

public JspTag()
Create a new jsp tag.

Method Detail

getIds

public String[] getIds()
Return the set of names handled by this tag.

Returns: The names to be matched that create tags of this type.

toString

public String toString()
Returns a string representation of this jsp tag suitable for debugging.

Returns: A string representing this tag.

HTML Parser is an open source library released under LGPL. SourceForge.net