|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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> . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |