se.kb.oai.pmh
Class IdentifiersList

java.lang.Object
  extended by se.kb.oai.pmh.ResponseBase
      extended by se.kb.oai.pmh.ListBase<Header>
          extended by se.kb.oai.pmh.IdentifiersList

public class IdentifiersList
extends ListBase<Header>

Class that represents the response from a ListIdentifiers request. Can be used to get a list of Headers that holds identifiers, i.e. asList() will return a List<Header>.

Author:
Oskar Grenholm, National Library of Sweden

Field Summary
 
Fields inherited from class se.kb.oai.pmh.ListBase
list
 
Fields inherited from class se.kb.oai.pmh.ResponseBase
OAI_NS_PREFIX, OAI_NS_URI, response, responseDate, resumptionToken, xpath
 
Constructor Summary
IdentifiersList(Document document)
          Creates an IdentifiersList from the returned response.
 
Method Summary
 
Methods inherited from class se.kb.oai.pmh.ListBase
asList, getResumptionToken, size
 
Methods inherited from class se.kb.oai.pmh.ResponseBase
getResponse, getResponseDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentifiersList

public IdentifiersList(Document document)
                throws ErrorResponseException
Creates an IdentifiersList from the returned response.

Parameters:
document - the response
Throws:
ErrorResponseException


Copyright © 2008. All Rights Reserved.