org.sakaiproject.search.util
Class HTMLParser

java.lang.Object
  extended by org.sakaiproject.search.util.HTMLParser
All Implemented Interfaces:
Iterator<String>

public class HTMLParser
extends Object
implements Iterator<String>

Author:
ieb

Constructor Summary
HTMLParser(String content)
           
 
Method Summary
 String getTagName(String tag, int start)
           
 boolean hasNext()
           
 String next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLParser

public HTMLParser(String content)
Method Detail

getTagName

public String getTagName(String tag,
                         int start)

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<String>

next

public String next()
Specified by:
next in interface Iterator<String>

remove

public void remove()
Specified by:
remove in interface Iterator<String>


Copyright © 2003-2012 Sakai Project. All Rights Reserved.