com.clickntap.tool.html
Class HTMLParser
java.lang.Object
com.clickntap.tool.html.HTMLParser
public class HTMLParser
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLParser
public HTMLParser()
parse
public static String parse(String html,
HTMLFilter filter)
throws Exception
- Throws:
Exception
getText
public static String getText(String html)
throws Exception
- Throws:
Exception
parseBody
public static String parseBody(String html,
HTMLFilter filter)
throws Exception
- Throws:
Exception
parse
public static String parse(Reader r,
Writer w,
HTMLFilter filter)
throws Exception
- Throws:
Exception
parse
public static String parse(Reader r,
Writer w)
throws Exception
- Throws:
Exception
Copyright © 2014. All rights reserved.