Uses of Class
net.sourceforge.apphere.util.html.HtmlException

Packages that use HtmlException
net.sourceforge.apphere.util.html   
 

Uses of HtmlException in net.sourceforge.apphere.util.html
 

Methods in net.sourceforge.apphere.util.html that throw HtmlException
 void HtmlTag.setTag(java.lang.String tag)
          Sets the tag name.
static void HtmlStreamTokenizer.parseTag(java.lang.StringBuffer sbuf, HtmlTag tag)
          The reason this function takes an HtmlTag argument rather than returning a newly created HtmlTag object is so that you can create your own tag class derived from HtmlTag if desired.