org.archive.wayback.resourcestore.indexer
Class RobotMetaRule

java.lang.Object
  extended by org.archive.wayback.resourcestore.indexer.RobotMetaRule
All Implemented Interfaces:
OpenTagHandler, ParseEventDelegatorVisitor

public class RobotMetaRule
extends Object
implements ParseEventDelegatorVisitor, OpenTagHandler


Constructor Summary
RobotMetaRule()
           
 
Method Summary
 RobotMetaFlags getRobotFlags()
           
 void handleOpenTagNode(ParseContext context, org.htmlparser.nodes.TagNode node)
           
 void setRobotFlags(RobotMetaFlags robotFlags)
           
 void visit(ParseEventDelegator rules)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RobotMetaRule

public RobotMetaRule()
Method Detail

visit

public void visit(ParseEventDelegator rules)
Specified by:
visit in interface ParseEventDelegatorVisitor

handleOpenTagNode

public void handleOpenTagNode(ParseContext context,
                              org.htmlparser.nodes.TagNode node)
                       throws IOException
Specified by:
handleOpenTagNode in interface OpenTagHandler
Throws:
IOException

getRobotFlags

public RobotMetaFlags getRobotFlags()
Returns:
the robotFlags

setRobotFlags

public void setRobotFlags(RobotMetaFlags robotFlags)
Parameters:
robotFlags - the robotFlags to set


Copyright © 2005-2011 Internet Archive. All Rights Reserved.