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
Document
Document
's link items. These Items should normally be backed by HTML anchors and links.link
in interface Document
rel
- An identifier that groups all the link Items for this DocumentClientException
public Items form(String rel) throws ClientException
Document
Document
's form items. These Items should normally be backed by the HTML form elementform
in interface Document
rel
- An identifier that groups all the form Items for this DocumentClientException
public Items item(String rel)
Document
Document
's items. These Items are backed by any HTML elementpublic Items items()
Document
Document
's items. These Items are backed by any HTML elementCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.