org.media.mn8.protocol.http
Class URIExtractor

java.lang.Object
  |
  +--org.media.mn8.protocol.http.TagExtractor
        |
        +--org.media.mn8.protocol.http.LinkExtractor
              |
              +--org.media.mn8.protocol.http.FormExtractor
                    |
                    +--org.media.mn8.protocol.http.URIExtractor

public class URIExtractor
extends FormExtractor

Version:
$Revision: 1.2 $ $Date: 2002/06/04 18:26:57 $
Author:
Szabo Csaba

Field Summary
 
Fields inherited from class org.media.mn8.protocol.http.LinkExtractor
baseURL
 
Constructor Summary
URIExtractor()
           
 
Method Summary
 Vector getURIs(String pageContent)
           
 void tagFound(String tag)
           
 void textFound(String text)
           
 
Methods inherited from class org.media.mn8.protocol.http.FormExtractor
getForms
 
Methods inherited from class org.media.mn8.protocol.http.LinkExtractor
getLinks
 
Methods inherited from class org.media.mn8.protocol.http.TagExtractor
eatWS, endTag, getAttributes, getTag, getTagName, getText, nextChar, parsePage, previousChar, startTag, stripQuotes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIExtractor

public URIExtractor()
Method Detail

getURIs

public Vector getURIs(String pageContent)

tagFound

public void tagFound(String tag)
Overrides:
tagFound in class FormExtractor

textFound

public void textFound(String text)
Overrides:
textFound in class FormExtractor


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."