org.archive.wayback.replay.html
Class ReplayParseEventDelegator
java.lang.Object
org.archive.wayback.replay.html.ReplayParseEventDelegator
- All Implemented Interfaces:
- ParseEventHandler
public class ReplayParseEventDelegator
- extends Object
- implements ParseEventHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PHASE_PRE_MODIFY
public static final int PHASE_PRE_MODIFY
- See Also:
- Constant Field Values
PHASE_MODIFY
public static final int PHASE_MODIFY
- See Also:
- Constant Field Values
PHASE_POST_OUTPUT
public static final int PHASE_POST_OUTPUT
- See Also:
- Constant Field Values
ReplayParseEventDelegator
public ReplayParseEventDelegator()
emit
protected void emit(ParseContext context,
org.htmlparser.Node node)
throws IOException
- Throws:
IOException
init
public void init()
handleNode
public void handleNode(ParseContext pContext,
org.htmlparser.Node node)
throws IOException
- Specified by:
handleNode in interface ParseEventHandler
- Throws:
IOException
handleParseComplete
public void handleParseComplete(ParseContext context)
throws IOException
- Specified by:
handleParseComplete in interface ParseEventHandler
- Throws:
IOException
getPreModifyDelegator
public ParseEventDelegator getPreModifyDelegator()
- Returns:
- the preModifyDelegator
setPreModifyDelegator
public void setPreModifyDelegator(ParseEventDelegator preModifyDelegator)
- Parameters:
preModifyDelegator - the preModifyDelegator to set
getModifyDelegator
public ParseEventDelegator getModifyDelegator()
- Returns:
- the modifyDelegator
setModifyDelegator
public void setModifyDelegator(ParseEventDelegator modifyDelegator)
- Parameters:
modifyDelegator - the modifyDelegator to set
getPostModifyDelegator
public ParseEventDelegator getPostModifyDelegator()
- Returns:
- the postModifyDelegator
setPostModifyDelegator
public void setPostModifyDelegator(ParseEventDelegator postModifyDelegator)
- Parameters:
postModifyDelegator - the postModifyDelegator to set
setParserVisitors
public void setParserVisitors(List<ReplayParseEventDelegatorVisitor> parserVisitors)
- Parameters:
parserVisitors - the parserVisitors to set
Copyright © 2005-2011 Internet Archive. All Rights Reserved.