public class MicrodataHtmlClient extends AbstractHtmlClientImpl
baseUrl, client, LOG| Constructor and Description |
|---|
MicrodataHtmlClient(org.apache.http.impl.client.CloseableHttpClient client,
String baseUrl) |
MicrodataHtmlClient(String baseUrl) |
MicrodataHtmlClient(String baseUrl,
String user,
String password) |
| Modifier and Type | Method and Description |
|---|---|
MicrodataDocument |
newDocument(String html)
Method to create a new Document representation from an HTML content String
|
public MicrodataHtmlClient(org.apache.http.impl.client.CloseableHttpClient client,
String baseUrl)
throws URISyntaxException
URISyntaxExceptionpublic MicrodataHtmlClient(String baseUrl) throws URISyntaxException
URISyntaxExceptionpublic MicrodataHtmlClient(String baseUrl, String user, String password) throws URISyntaxException
URISyntaxExceptionpublic MicrodataDocument newDocument(String html)
HtmlClientnewDocument in interface HtmlClientnewDocument in class AbstractHtmlClientImplCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.