Regain 2.1.0-STABLE API

net.sf.regain.crawler.preparator.html
Class LinkVisitor

java.lang.Object
  extended by org.htmlparser.visitors.NodeVisitor
      extended by net.sf.regain.crawler.preparator.html.LinkVisitor

public class LinkVisitor
extends org.htmlparser.visitors.NodeVisitor

Author:
Thomas Tesche (thtesche), cluster:Systems CSG GmbH

Field Summary
private  org.htmlparser.Tag baseTag
           
(package private)  ArrayList<org.htmlparser.Tag> mExtFrames
           
(package private)  ArrayList<org.htmlparser.Tag> mExtLinks
           
 
Constructor Summary
LinkVisitor()
           
 
Method Summary
 org.htmlparser.Tag getBaseTag()
           
 ArrayList<org.htmlparser.Tag> getFrames()
           
 ArrayList<org.htmlparser.Tag> getLinks()
           
 void setBaseTag(org.htmlparser.Tag baseTag)
           
 void visitTag(org.htmlparser.Tag tag)
           
 
Methods inherited from class org.htmlparser.visitors.NodeVisitor
beginParsing, finishedParsing, shouldRecurseChildren, shouldRecurseSelf, visitEndTag, visitRemarkNode, visitStringNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mExtLinks

ArrayList<org.htmlparser.Tag> mExtLinks

mExtFrames

ArrayList<org.htmlparser.Tag> mExtFrames

baseTag

private org.htmlparser.Tag baseTag
Constructor Detail

LinkVisitor

public LinkVisitor()
Method Detail

getLinks

public ArrayList<org.htmlparser.Tag> getLinks()

getFrames

public ArrayList<org.htmlparser.Tag> getFrames()

getBaseTag

public org.htmlparser.Tag getBaseTag()
Returns:
the baseTag

setBaseTag

public void setBaseTag(org.htmlparser.Tag baseTag)
Parameters:
baseTag - the baseTag to set

visitTag

public void visitTag(org.htmlparser.Tag tag)
Overrides:
visitTag in class org.htmlparser.visitors.NodeVisitor

Regain 2.1.0-STABLE API

Regain 2.1.0-STABLE, Copyright (C) 2004-2010 Til Schneider, www.murfman.de, Thomas Tesche, www.clustersystems.info