org.archive.wayback.replay.html.rules
Class CommentRule
java.lang.Object
org.archive.wayback.replay.html.rules.CommentRule
- All Implemented Interfaces:
- ReplayParseEventDelegatorVisitor, CloseTagHandler, OpenTagHandler
public class CommentRule
- extends Object
- implements ReplayParseEventDelegatorVisitor, OpenTagHandler, CloseTagHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommentRule
public CommentRule()
emit
public void emit(ReplayParseContext context,
org.htmlparser.Node node)
throws IOException
- Throws:
IOException
visit
public void visit(ReplayParseEventDelegator rules)
- Specified by:
visit in interface ReplayParseEventDelegatorVisitor
handleOpenTagNode
public void handleOpenTagNode(ParseContext context,
org.htmlparser.nodes.TagNode node)
throws IOException
- Specified by:
handleOpenTagNode in interface OpenTagHandler
- Throws:
IOException
handleCloseTagNode
public void handleCloseTagNode(ParseContext context,
org.htmlparser.nodes.TagNode node)
throws IOException
- Specified by:
handleCloseTagNode in interface CloseTagHandler
- Throws:
IOException
Copyright © 2005-2011 Internet Archive. All Rights Reserved.