Expand description
XEP-0059: Result Set Management
Structsยง
- First
- The first item of the page.
- First
AsXml Iterator - Convert a
First
into XML events. - First
From XmlBuilder - Build a
First
from XML events. - SetQuery
- Requests paging through a potentially big set of items (represented by an UID).
- SetQuery
AsXml Iterator - Convert a
SetQuery
into XML events. - SetQuery
From XmlBuilder - Build a
SetQuery
from XML events. - SetResult
- Describes the paging result of a query.
- SetResult
AsXml Iterator - Convert a
SetResult
into XML events. - SetResult
From XmlBuilder - Build a
SetResult
from XML events.