org.smartcrawler.extractor
Class HtmlURLImpl

java.lang.Object
  extended by org.smartcrawler.extractor.HtmlURLImpl
All Implemented Interfaces:
HtmlURL

public class HtmlURLImpl
extends java.lang.Object
implements HtmlURL

Version:
$Revision: 1.1 $
Author:
Davide Pozza

Field Summary
 
Fields inherited from interface org.smartcrawler.extractor.HtmlURL
LINK_ABSOLUTE_URI, LINK_ABSOLUTE_URL, LINK_RELATIVE, PATH_SEP, PROTOCOL_PREF
 
Constructor Summary
HtmlURLImpl(java.lang.String extractedURL)
          Creates a new instance of HtmlURL
 
Method Summary
protected  java.lang.String clean()
           
 java.lang.String getCleanedLinkAsString()
           
 int getType()
           
 boolean isValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlURLImpl

public HtmlURLImpl(java.lang.String extractedURL)
Creates a new instance of HtmlURL

Method Detail

isValid

public boolean isValid()
Specified by:
isValid in interface HtmlURL
Returns:

getCleanedLinkAsString

public java.lang.String getCleanedLinkAsString()
Specified by:
getCleanedLinkAsString in interface HtmlURL
Returns:

clean

protected java.lang.String clean()
Returns:

getType

public int getType()
Specified by:
getType in interface HtmlURL
Returns:


Copyright © 2005 sourceforge. All Rights Reserved.