- java.lang.Object
-
- org.sw4j.tool.html.crawler.SinglePageCrawler
-
public class SinglePageCrawler extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSinglePageCrawler.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SinglePageCrawler.Builderbuilder()voidparse(Reader content, String baseUri)voidparse(String content, String baseUri)
-
-
-
Method Detail
-
builder
public static SinglePageCrawler.Builder builder()
-
parse
public void parse(Reader content, String baseUri) throws IOException
- Throws:
IOException
-
-