codesimian
Class HTML

java.lang.Object
  extended by codesimian.HTML

public class HTML
extends java.lang.Object


Constructor Summary
HTML()
           
 
Method Summary
static java.lang.String[] getURLs(java.lang.String html)
          this function needs to be tested

Returns a list of String URLs from a String of HTML code.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTML

public HTML()
Method Detail

getURLs

public static java.lang.String[] getURLs(java.lang.String html)
this function needs to be tested

Returns a list of String URLs from a String of HTML code. These URLs probably have valid URL syntax and go to a website or files on that website, instead of "file not found".