java.lang.Object | |
↳ | org.rundeck.api.parser.PagedResultParser<T> |
PagedResultParser extracts paging data from an xpath node, and includes the List result from a ListParser
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a PagedResultParser
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Parse the given XML Node
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.rundeck.api.parser.XmlNodeParser
|
Create a PagedResultParser
itemParser | the list parser |
---|---|
xpath | xpath for list container containing paging attributes |
Parse the given XML Node