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

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

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

Methods in net.sourceforge.apphere.util.html with parameters of type HtmlTag
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.
 

Constructors in net.sourceforge.apphere.util.html with parameters of type HtmlTag
HtmlTag(HtmlTag orig)