org.sakaiproject.search.util
Class HTMLParser
java.lang.Object
org.sakaiproject.search.util.HTMLParser
- All Implemented Interfaces:
- Iterator<String>
public class HTMLParser
- extends Object
- implements Iterator<String>
- Author:
- ieb
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLParser
public HTMLParser(String content)
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.