org.archive.wayback.replay.html.rules
Class CommentRule

java.lang.Object
  extended by org.archive.wayback.replay.html.rules.CommentRule
All Implemented Interfaces:
ReplayParseEventDelegatorVisitor, CloseTagHandler, OpenTagHandler

public class CommentRule
extends Object
implements ReplayParseEventDelegatorVisitor, OpenTagHandler, CloseTagHandler


Constructor Summary
CommentRule()
           
 
Method Summary
 void emit(ReplayParseContext context, org.htmlparser.Node node)
           
 void handleCloseTagNode(ParseContext context, org.htmlparser.nodes.TagNode node)
           
 void handleOpenTagNode(ParseContext context, org.htmlparser.nodes.TagNode node)
           
 void visit(ReplayParseEventDelegator rules)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentRule

public CommentRule()
Method Detail

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.