Uses of Class
org.eclipse.mylar.internal.monitor.usage.HtmlTag

Packages that use HtmlTag
org.eclipse.mylar.internal.monitor.usage   
 

Uses of HtmlTag in org.eclipse.mylar.internal.monitor.usage
 

Methods in org.eclipse.mylar.internal.monitor.usage with parameters of type HtmlTag
private static void HtmlStreamTokenizer.parseAttributes(HtmlTag tag, java.lang.String s, int i)
          parses HTML tag attributes from a buffer and sets them in an HtmlTag
private static void HtmlStreamTokenizer.parseTag(java.lang.String s, HtmlTag tag)
          Parses an HTML tag out of a string of characters.
 

Constructors in org.eclipse.mylar.internal.monitor.usage with parameters of type HtmlTag
HtmlStreamTokenizer.Token(HtmlTag tag, java.lang.StringBuffer whitespace)
          Constructor for the HTML tag tokens.
HtmlTag(HtmlTag htmltag)
          Copy constructor.