WebObjects 5.4.2

com.webobjects.appserver.parser
Interface WOHTMLParserDelegate

All Known Implementing Classes:
WOBundleComponentTemplateParser

public interface WOHTMLParserDelegate

Since:
5.4

Method Summary
 void didParseClosingWebObjectTag(String webobject, WOHTMLParser parser)
           
 void didParseComment(String comment, WOHTMLParser parser)
           
 void didParseOpeningWebObjectTag(String webobject, WOHTMLParser parser)
           
 void didParseText(String text, WOHTMLParser parser)
           
 

Method Detail

didParseOpeningWebObjectTag

void didParseOpeningWebObjectTag(String webobject,
                                 WOHTMLParser parser)
                                 throws WOHTMLFormatException
Throws:
WOHTMLFormatException

didParseClosingWebObjectTag

void didParseClosingWebObjectTag(String webobject,
                                 WOHTMLParser parser)
                                 throws WODeclarationFormatException,
                                        WOHTMLFormatException,
                                        ClassNotFoundException
Throws:
WODeclarationFormatException
WOHTMLFormatException
ClassNotFoundException

didParseComment

void didParseComment(String comment,
                     WOHTMLParser parser)

didParseText

void didParseText(String text,
                  WOHTMLParser parser)

Last updated June 2008

Copyright © 2000-2008 Apple Inc.