com.webobjects.appserver.parser
Interface WOHTMLParserDelegate
- All Known Implementing Classes:
- WOBundleComponentTemplateParser
public interface WOHTMLParserDelegate
- Since:
- 5.4
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)
Copyright © 2000-2008 Apple Inc.