Uses of Interface
com.arsdigita.templating.html.ContentHandler

Packages that use ContentHandler
com.arsdigita.templating.html This package provides facilities for implementing little HTML-like markup languages that extend HTML. 
com.arsdigita.templating.html.demo The demo package provides an example implementation of the ContentHandler interface. 
 

Uses of ContentHandler in com.arsdigita.templating.html
 

Methods in com.arsdigita.templating.html with parameters of type ContentHandler
 void XHTMLParser.parse(String html, ContentHandler handler)
          Parses the html by invoking a SAX parser.
 void HTMLParser.parse(String html, ContentHandler handler)
          The interface is designed around the following assumptions.
 

Uses of ContentHandler in com.arsdigita.templating.html.demo
 

Classes in com.arsdigita.templating.html.demo that implement ContentHandler
 class DemoTagHandler
          Handles two custom tags: <toc/> and <footnote>.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC