| Constructor and Description |
|---|
MicrodataDocument(String html,
HtmlClient client,
String baseUrl) |
public MicrodataDocument(String html, HtmlClient client, String baseUrl)
public Items link(String rel) throws ClientException
DocumentDocument's link items. These Items should normally be backed by HTML anchors and links.link in interface Documentrel - An identifier that groups all the link Items for this DocumentClientExceptionpublic Items form(String rel) throws ClientException
DocumentDocument's form items. These Items should normally be backed by the HTML form elementform in interface Documentrel - An identifier that groups all the form Items for this DocumentClientExceptionpublic Items item(String rel)
DocumentDocument's items. These Items are backed by any HTML elementpublic Items items()
DocumentDocument's items. These Items are backed by any HTML elementCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.