Uses of Interface
com.cc.framework.util.parser.HtmlAttributes

Packages that use HtmlAttributes
com.cc.framework.util.parser   
com.cc.framework.util.parser.formatter   
com.cc.framework.util.parser.handler   
 

Uses of HtmlAttributes in com.cc.framework.util.parser
 

Classes in com.cc.framework.util.parser that implement HtmlAttributes
private static class HtmlParser.AttributesImpl
          The attribute collection of a HTML tag
 

Methods in com.cc.framework.util.parser that return HtmlAttributes
protected  HtmlAttributes HtmlParser.parseAttributes()
          Parses the attributes of a tag
 

Methods in com.cc.framework.util.parser with parameters of type HtmlAttributes
 void JspHandler.handleJspDirective(java.lang.String directive, HtmlAttributes attributes)
          Is called for a JSP directive
 void HtmlHandler.handleElement(java.lang.String name, HtmlAttributes attributes, int mode)
          Is called at the beginning or the end of an element
 

Uses of HtmlAttributes in com.cc.framework.util.parser.formatter
 

Methods in com.cc.framework.util.parser.formatter with parameters of type HtmlAttributes
 void NullHandler.handleJspDirective(java.lang.String directive, HtmlAttributes attributes)
           
 void NullHandler.handleElement(java.lang.String name, HtmlAttributes attributes, int mode)
           
 void HtmlFormatterHandler.handleElement(java.lang.String name, HtmlAttributes attributes, int mode)
           
 void HtmlFormatterHandler.handleJspDirective(java.lang.String directive, HtmlAttributes attributes)
           
 void DefaultHandler.handleElement(java.lang.String name, HtmlAttributes attributes, int mode)
           
 void DefaultHandler.handleJspDirective(java.lang.String directive, HtmlAttributes attributes)
           
 

Uses of HtmlAttributes in com.cc.framework.util.parser.handler
 

Methods in com.cc.framework.util.parser.handler with parameters of type HtmlAttributes
 void HtmlToTextHandler.handleElement(java.lang.String name, HtmlAttributes attributes, int mode)
           
 



Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.