public class HTMLParser extends Object implements Iterator<String>
HTMLParser(String content)
String
getTagName(String tag, int start)
boolean
hasNext()
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HTMLParser(String content)
public String getTagName(String tag, int start)
public boolean hasNext()
hasNext
Iterator<String>
public String next()
next
public void remove()
remove
Copyright © 2003-2015 Sakai Project. All Rights Reserved.