com.liferay.util
Class HTMLParser

java.lang.Object
  extended bycom.liferay.util.HTMLParser

public class HTMLParser
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
HTMLParser(java.io.Reader reader)
           
 
Method Summary
 java.util.List getImages()
           
 java.util.List getLinks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLParser

public HTMLParser(java.io.Reader reader)
           throws java.io.IOException
Method Detail

getImages

public java.util.List getImages()

getLinks

public java.util.List getLinks()