net.sf.regain.crawler.preparator.html
Class LinkVisitor
java.lang.Object
org.htmlparser.visitors.NodeVisitor
net.sf.regain.crawler.preparator.html.LinkVisitor
public class LinkVisitor
- extends org.htmlparser.visitors.NodeVisitor
- Author:
- Thomas Tesche (thtesche), cluster:Systems CSG GmbH
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 |
mExtLinks
ArrayList<org.htmlparser.Tag> mExtLinks
mExtFrames
ArrayList<org.htmlparser.Tag> mExtFrames
baseTag
private org.htmlparser.Tag baseTag
LinkVisitor
public LinkVisitor()
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, Copyright (C) 2004-2010 Til Schneider, www.murfman.de, Thomas Tesche, www.clustersystems.info