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
URISyntaxException
public MicrodataHtmlClient(String baseUrl) throws URISyntaxException
URISyntaxException
public MicrodataHtmlClient(String baseUrl, String user, String password) throws URISyntaxException
URISyntaxException
public MicrodataDocument newDocument(String html)
HtmlClient
newDocument
in interface HtmlClient
newDocument
in class AbstractHtmlClientImpl
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.