Uses of Class
com.arsdigita.templating.html.HTMLParserException

Packages that use HTMLParserException
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 HTMLParserException in com.arsdigita.templating.html
 

Methods in com.arsdigita.templating.html that throw HTMLParserException
 void XHTMLParser.parse(String html, ContentHandler handler)
          Parses the html by invoking a SAX parser.
static HTMLParser HTMLParserFactory.newInstance()
           
 void HTMLParser.parse(String html, ContentHandler handler)
          The interface is designed around the following assumptions.
 void ContentHandler.startDocument()
          Receives notification of the beginning of a document.
 void ContentHandler.endDocument()
          Receives notification of the end of a document.
 void ContentHandler.text(String text)
          Receives notification of textual data.
 void ContentHandler.startElement(String qName, AttributeMap attributes)
          Receives notification of the beginning of an element.
 void ContentHandler.endElement(String qName)
          Receives notification of the end of an element.
 

Constructors in com.arsdigita.templating.html that throw HTMLParserException
XHTMLParser()
           
 

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

Methods in com.arsdigita.templating.html.demo that throw HTMLParserException
 void DemoTagHandler.endDocument()
           
 void DemoTagHandler.text(String text)
           
 void DemoTagHandler.startElement(String qName, AttributeMap attrs)
           
 void DemoTagHandler.endElement(String qName)
           
static String DemoTagHandler.getExtrapolatedDocument(String textWithCustomMarkup)
           
 



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