Liferay 6.2-ce-ga5

com.liferay.util
Class HTMLParser

java.lang.Object
  extended by com.liferay.util.HTMLParser

public class HTMLParser
extends Object


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

Constructor Detail

HTMLParser

public HTMLParser(Reader reader)
           throws IOException
Throws:
IOException
Method Detail

getImages

public List<String> getImages()

getLinks

public List<String> getLinks()

Liferay 6.2-ce-ga5