org.archive.wayback.util.htmllex
Interface ParseEventHandler
- All Known Implementing Classes:
- FastArchivalUrlReplayParseEventHandler, ParseEventDelegator, ReplayParseEventDelegator
public interface ParseEventHandler
General interface used with the ContextAwareLexer to handle high-level SAX
stream events. See ParseEventDelegator and ParseEventDelegatorVisitor for
more detailed usage.
- Author:
- brad
handleNode
void handleNode(ParseContext context,
org.htmlparser.Node node)
throws IOException
- Throws:
IOException
handleParseComplete
void handleParseComplete(ParseContext context)
throws IOException
- Throws:
IOException
Copyright © 2005-2011 Internet Archive. All Rights Reserved.