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

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

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

Subinterfaces of HtmlHandler in com.cc.framework.util.parser
 interface JspHandler
          JSP Handler
 

Fields in com.cc.framework.util.parser declared as HtmlHandler
private  HtmlHandler HtmlParser.handler
          The handler that implements the callback methods the parser will call during processing of the document
 

Methods in com.cc.framework.util.parser that return HtmlHandler
protected  HtmlHandler HtmlParser.getHandler()
           
 HtmlHandler HtmlParser.parse(java.lang.String html, HtmlHandler handler)
          parses the given HTML code
 

Methods in com.cc.framework.util.parser with parameters of type HtmlHandler
 HtmlHandler HtmlParser.parse(java.lang.String html, HtmlHandler handler)
          parses the given HTML code
 

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

Classes in com.cc.framework.util.parser.formatter that implement HtmlHandler
 class DefaultHandler
          This handler is used to create HTML
 class HtmlFormatterHandler
          Creates a formated HTML output
 class NullHandler
          This handler generates no output at all
 

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

Classes in com.cc.framework.util.parser.handler that implement HtmlHandler
 class HtmlToTextHandler
          This handler is used to convert HTML to raw text
 



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