in src/main/java/org/apache/sling/hapi/client/impl/microdata/MicrodataDocument.java [139:142]
public Items link() throws ClientException {
String selector = "link, a";
return new ItemsImpl(toItems(getProxy().el.select(selector)));
}