Package | Description |
---|---|
org.apache.sling.hapi.client |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.sling.hapi.client.impl.microdata |
Modifier and Type | Method and Description |
---|---|
Items |
Item.form()
Returns all the child forms
|
Items |
Item.form(String rel)
Returns the child forms that have the given relation
|
Items |
Document.form(String rel)
Get all the
Document 's form items. |
Items |
Document.item(String rel)
Get all the
Document 's items. |
Items |
Document.items()
Get all the
Document 's items. |
Items |
Item.link()
Returns all the child links
|
Items |
Item.link(String rel)
Returns the child links that have the given relation
|
Items |
Document.link(String rel)
Get all the
Document 's link items. |
Items |
Item.prop(String name)
Returns the property of the item having the given name.
|
Modifier and Type | Method and Description |
---|---|
Items |
MicrodataDocument.form(String rel) |
Items |
MicrodataDocument.item(String rel) |
Items |
MicrodataDocument.items() |
Items |
MicrodataDocument.link(String rel) |
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.