A B C D E F G H I L M N O P Q R S T U V W X

A

addMetadata(Metadata) - Method in class se.kb.oai.ore.AggregateBase
Add a Metadata to the list of metadata.
addNamespace(String, String) - Method in class se.kb.xml.XPathWrapper
Adds a namespace that the wrapper should be aware of when performing XPath queries.
addResource(AggregatedResource) - Method in class se.kb.oai.ore.Aggregation
Add an AggreagatedResource to this Aggregation.
addType(Type) - Method in class se.kb.oai.ore.AggregateBase
Add a Type to this object.
AggregateBase - Class in se.kb.oai.ore
Abstract base class for those classes that make up an aggregation, i.e.
AggregateBase(URI) - Constructor for class se.kb.oai.ore.AggregateBase
Creates an AggregateBase with the specified id.
AggregatedResource - Class in se.kb.oai.ore
An aggregated resource is a resource, that together with other resources, create an Aggregation.
AggregatedResource(String) - Constructor for class se.kb.oai.ore.AggregatedResource
Create an AggreagatedResource with the specified id.
AggregatedResource(URI) - Constructor for class se.kb.oai.ore.AggregatedResource
Create an AggreagatedResource with the specified id.
Aggregation - Class in se.kb.oai.ore
An aggregation is a set of related resources (see AggregatedResource), grouped together such that the set can be treated as a single resource.
Aggregation(String) - Constructor for class se.kb.oai.ore.Aggregation
Create an Aggregation with the specified id.
Aggregation(URI) - Constructor for class se.kb.oai.ore.Aggregation
Create an Aggregation with the specified id.
asList() - Method in class se.kb.oai.pmh.ListBase
Get the content of the response as a list with objects of type T.
ATOM_NS - Static variable in class se.kb.oai.ore.OREConstants
 
ATOM_NS_PREFIX - Static variable in class se.kb.oai.ore.OREConstants
 
ATOM_NS_URI - Static variable in class se.kb.oai.ore.OREConstants
 
AtomConstants - Class in se.kb.oai.ore.impl
Constants concerning Atom feeds.
AtomConstants() - Constructor for class se.kb.oai.ore.impl.AtomConstants
 
AtomFactory - Class in se.kb.oai.ore.impl
The AtomFactory class implements the ResourceMapFactory interface to provide the functionality to parse Atom feeds and turn them into ResourceMap objects.
AtomFactory() - Constructor for class se.kb.oai.ore.impl.AtomFactory
 
AtomSerializer - Class in se.kb.oai.ore.impl
The AtomSerializer class implements the ResourceMapSerializer interface to provide the functionality of serializing ResourceMap objects into Atom feeds.
AtomSerializer() - Constructor for class se.kb.oai.ore.impl.AtomSerializer
 
AUTHOR - Static variable in class se.kb.oai.ore.impl.AtomConstants
 

B

BAD_ARGUMENT - Static variable in exception se.kb.oai.pmh.ErrorResponseException
 
BAD_RESUMPTION_TOKEN - Static variable in exception se.kb.oai.pmh.ErrorResponseException
 
BAD_VERB - Static variable in exception se.kb.oai.pmh.ErrorResponseException
 
buildGetRecordQuery(String, String) - Method in class se.kb.oai.pmh.QueryBuilder
Build the query for a GetRecord request.
buildIdentifyQuery() - Method in class se.kb.oai.pmh.QueryBuilder
Build the query for a Identify request.
buildListIdentifiersQuery(String, String, String, String) - Method in class se.kb.oai.pmh.QueryBuilder
Build the query for a ListIdentifiers request.
buildListIdentifiersQuery(ResumptionToken) - Method in class se.kb.oai.pmh.QueryBuilder
Build the query for an additional ListIdentifiers request with a ResumptionToken.
buildListMetadataFormatsQuery(String) - Method in class se.kb.oai.pmh.QueryBuilder
Build the query for a ListMetadtaFormats request.
buildListRecordsQuery(String, String, String, String) - Method in class se.kb.oai.pmh.QueryBuilder
Build the query for a ListRecords request.
buildListRecordsQuery(ResumptionToken) - Method in class se.kb.oai.pmh.QueryBuilder
Build the query for an additional ListRecords request with a ResumptionToken.
buildListSetsQuery() - Method in class se.kb.oai.pmh.QueryBuilder
Build the query for a ListSets request.
buildListSetsQuery(ResumptionToken) - Method in class se.kb.oai.pmh.QueryBuilder
Build the query for an additional ListSets request with a ResumptionToken.

C

CANNOT_DISSEMINATE_FORMAT - Static variable in exception se.kb.oai.pmh.ErrorResponseException
 
CATEGORY - Static variable in class se.kb.oai.ore.impl.AtomConstants
 
COLON - Static variable in class se.kb.oai.ore.impl.AtomConstants
 
createAtomId() - Method in class se.kb.oai.ore.impl.AtomSerializer
 
CREATED_XPATH - Static variable in class se.kb.oai.ore.impl.AtomConstants
 
CREATOR_XPATH - Static variable in class se.kb.oai.ore.impl.AtomConstants
 

D

DATE_FORMAT - Static variable in class se.kb.oai.ore.impl.AtomConstants
 
DC_NS - Static variable in class se.kb.oai.ore.OREConstants
 
DC_NS_PREFIX - Static variable in class se.kb.oai.ore.OREConstants
 
DC_NS_URI - Static variable in class se.kb.oai.ore.OREConstants
 
DCTERMS_NS - Static variable in class se.kb.oai.ore.OREConstants
 
DCTERMS_NS_PREFIX - Static variable in class se.kb.oai.ore.OREConstants
 
DCTERMS_NS_URI - Static variable in class se.kb.oai.ore.OREConstants
 

E

ENCODING - Static variable in class se.kb.xml.XMLUtils
 
ENTRY - Static variable in class se.kb.oai.ore.impl.AtomConstants
 
ENTRY_ID_XPATH - Static variable in class se.kb.oai.ore.impl.AtomConstants
 
ENTRY_XPATH - Static variable in class se.kb.oai.ore.impl.AtomConstants
 
ErrorResponseException - Exception in se.kb.oai.pmh
Exception that is thrown when the response from the OAI-PMH server has <error> elements in it.
ErrorResponseException(Element) - Constructor for exception se.kb.oai.pmh.ErrorResponseException
Creates an ErrorResponseException with the returned error code and error message.

F

FactoryBase - Class in se.kb.oai.ore.impl
Abstract base class for the different ResourceMapFactory implementations.
FactoryBase() - Constructor for class se.kb.oai.ore.impl.FactoryBase
 
FEED - Static variable in class se.kb.oai.ore.impl.AtomConstants
 

G

getAbout() - Method in class se.kb.oai.pmh.Record
Get the information about this Record.
getAdminEmails() - Method in class se.kb.oai.pmh.Identification
Get a list of e-mails to the administrators of this repository.
getAggregation() - Method in class se.kb.oai.ore.ResourceMap
Get the aggregation that this resource map describes.
getBaseUrl() - Method in class se.kb.oai.pmh.Identification
Get the base URL of the repository.
getBaseUrl() - Method in class se.kb.oai.pmh.OaiPmhServer
Get the base URL to the OAI-PMH server.
getBaseUrl() - Method in class se.kb.oai.pmh.QueryBuilder
Get the base URL.
getCode() - Method in exception se.kb.oai.pmh.ErrorResponseException
Get the error code.
getCompression() - Method in class se.kb.oai.pmh.Identification
Get the compression type supported by this repository.
getContent() - Method in class se.kb.oai.ore.AggregatedResource
Get an InputStream for the content held in this AggreagatedResource.
getContentAsString() - Method in class se.kb.oai.ore.AggregatedResource
Get a String containing the content for this AggreagatedResource.
getCreated() - Method in class se.kb.oai.ore.ResourceMap
Get the creation date of this resource map.
getCreator() - Method in class se.kb.oai.ore.ResourceMap
Get the creator of this resource map.
getDatestamp() - Method in class se.kb.oai.pmh.Header
Get the datestamp.
getDeletedRecord() - Method in class se.kb.oai.pmh.Identification
Get the support for deletes this repository has.
getDescriptions() - Method in class se.kb.oai.pmh.Identification
Get a list of descriptions of this repositories.
getDescriptions() - Method in class se.kb.oai.pmh.Set
Get the descriptions of this set.
getEarliestDatestamp() - Method in class se.kb.oai.pmh.Identification
Get the earliest datestamp that exists in the repository.
getExpirationDate() - Method in class se.kb.oai.pmh.ResumptionToken
Get the date when this resumption token expires.
getGranularity() - Method in class se.kb.oai.pmh.Identification
Get the granularity for datestamps in the repository.
getHeader() - Method in class se.kb.oai.pmh.Record
Get the Header with the information about this Record.
getId() - Method in class se.kb.oai.ore.AggregateBase
Get the id.
getId() - Method in class se.kb.oai.ore.ResourceMap
Get the id.
getId() - Method in class se.kb.oai.pmh.ResumptionToken
Get the id of this resumption token.
getIdentifier() - Method in class se.kb.oai.pmh.Header
Get the identifier.
getMessage() - Method in exception se.kb.oai.pmh.ErrorResponseException
Get the error message.
getMetadata() - Method in class se.kb.oai.ore.AggregateBase
Get a list of all the Metadata for this object.
getMetadata(QName) - Method in class se.kb.oai.ore.AggregateBase
Get a list of only the Metadata that matches the qualified name for this object.
getMetadata() - Method in class se.kb.oai.pmh.Record
Get the metadata contained in the metadata element of this Record.
getMetadataAsString() - Method in class se.kb.oai.pmh.Record
Get the xml representation of the metadata as a String.
getModified() - Method in class se.kb.oai.ore.ResourceMap
Get the modification date of this resource map.
getName() - Method in class se.kb.oai.ore.Metadata
Get the qualified name of this metadata.
getName(Metadata.Namespace, String) - Static method in class se.kb.oai.ore.Metadata
Helper method that creates a qualified name with the given namespace and name.
getName() - Method in class se.kb.oai.pmh.Set
Get the name of this set.
getNamespace() - Method in class se.kb.oai.pmh.MetadataFormat
Get the namespace for the metadata format.
getPrefix() - Method in class se.kb.oai.pmh.MetadataFormat
Get the prefix for the metadata format in the repository.
getProtocolVersion() - Method in class se.kb.oai.pmh.Identification
Get the protocol version of OAI-PMH this repository supports.
getRecord(String, String) - Method in class se.kb.oai.pmh.OaiPmhServer
Send a GetRecord request to the OAI-PMH server with the specified parameters.
getRepositoryName() - Method in class se.kb.oai.pmh.Identification
Get the name of this repository.
getResource(int) - Method in class se.kb.oai.ore.Aggregation
Get the AggreagatedResource at the specified index.
getResource(String) - Method in class se.kb.oai.ore.Aggregation
Get the AggreagatedResource with the given id.
getResource(URI) - Method in class se.kb.oai.ore.Aggregation
Get the AggreagatedResource with the given id.
getResourceMap(Element) - Method in class se.kb.oai.ore.impl.AtomFactory
 
getResourceMap(URL) - Method in class se.kb.oai.ore.impl.FactoryBase
 
getResourceMap(String) - Method in class se.kb.oai.ore.impl.FactoryBase
 
getResourceMap(Element) - Method in class se.kb.oai.ore.impl.FactoryBase
 
getResourceMap(URL) - Method in interface se.kb.oai.ore.ResourceMapFactory
Parse the content of the URL and create a ResourceMap from it.
getResourceMap(String) - Method in interface se.kb.oai.ore.ResourceMapFactory
Parse the content of the URL and create a ResourceMap from it.
getResourceMap(Element) - Method in interface se.kb.oai.ore.ResourceMapFactory
Parse the XML and create a ResourceMap from it.
getResources() - Method in class se.kb.oai.ore.Aggregation
Get this Aggregations list of AggreagatedResources.
getResponse() - Method in class se.kb.oai.pmh.ResponseBase
Get the xml-document of the full response from the server.
getResponseDate() - Method in class se.kb.oai.pmh.ResponseBase
Get the date the response was returned.
getResumptionToken() - Method in class se.kb.oai.pmh.ListBase
Get the ResumptionToken, if any, for this response.
getResumptionToken() - Method in class se.kb.oai.pmh.MetadataFormatsList
Overrides getResumptionToken in ListBase and because the response from a ListMetadataFormats request will never have a resumption token this method will throw a NoSuchMethodError to prevent it from being used in that way.
getRights() - Method in class se.kb.oai.ore.ResourceMap
Get the rights of this resource map.
getSchema() - Method in class se.kb.oai.pmh.MetadataFormat
Get the schema for the metadata format.
getSetSpecs() - Method in class se.kb.oai.pmh.Header
Get a list of sets.
getSpec() - Method in class se.kb.oai.pmh.Set
Get the set spec (a short name or id for the set).
getTypes() - Method in class se.kb.oai.ore.AggregateBase
Get all types associated with this object.
getValue() - Method in class se.kb.oai.ore.Metadata
Get the value of this metadata.
getValue() - Method in class se.kb.oai.ore.Type
Get the value.

H

Header - Class in se.kb.oai.pmh
Class that holds the information returned in the <header> part of a response.
Header(Node) - Constructor for class se.kb.oai.pmh.Header
Creates a Header object.
HREF - Static variable in class se.kb.oai.ore.impl.AtomConstants
 

I

ICON - Static variable in class se.kb.oai.ore.impl.AtomConstants
 
ICON_URL - Static variable in class se.kb.oai.ore.impl.AtomConstants
 
id - Variable in class se.kb.oai.ore.AggregateBase
 
ID - Static variable in class se.kb.oai.ore.impl.AtomConstants
 
ID_DOES_NOT_EXIST - Static variable in exception se.kb.oai.pmh.ErrorResponseException
 
ID_XPATH - Static variable in class se.kb.oai.ore.impl.AtomConstants
 
Identification - Class in se.kb.oai.pmh
Class that represents the information returned from an Identify request.
Identification(Document) - Constructor for class se.kb.oai.pmh.Identification
Creates an Identification from the returned response.
IdentifiersList - Class in se.kb.oai.pmh
Class that represents the response from a ListIdentifiers request.
IdentifiersList(Document) - Constructor for class se.kb.oai.pmh.IdentifiersList
Creates an IdentifiersList from the returned response.
identify() - Method in class se.kb.oai.pmh.OaiPmhServer
Send a request for the OAI-PMH server to Identify it self.

L

LABEL - Static variable in class se.kb.oai.ore.impl.AtomConstants
 
LINK - Static variable in class se.kb.oai.ore.impl.AtomConstants
 
list - Variable in class se.kb.oai.pmh.ListBase
 
ListBase<T> - Class in se.kb.oai.pmh
Abstract base class that holds common functionality for the responses that return lists.
ListBase(Document) - Constructor for class se.kb.oai.pmh.ListBase
Constructor.
listIdentifiers(String) - Method in class se.kb.oai.pmh.OaiPmhServer
Send a request to the OAI-PMH server that it should list all identifiers that has metadata in the specified format.
listIdentifiers(String, String, String, String) - Method in class se.kb.oai.pmh.OaiPmhServer
Send a request to the OAI-PMH server that it should list all identifiers that matches the given parameters.
listIdentifiers(ResumptionToken) - Method in class se.kb.oai.pmh.OaiPmhServer
List next set of identifiers not returned in the previous response from a call to listIdentifiers().
listMetadataFormats() - Method in class se.kb.oai.pmh.OaiPmhServer
Ask the OAI-PMH server to list all metadata formats it holds.
listMetadataFormats(String) - Method in class se.kb.oai.pmh.OaiPmhServer
Ask the OAI-PMH server to list all metadata formats it holds for the specified identifier.
listRecords(String) - Method in class se.kb.oai.pmh.OaiPmhServer
Send a request for the OAI-PMH server to return a list of Records.
listRecords(String, String, String, String) - Method in class se.kb.oai.pmh.OaiPmhServer
Send a request for the OAI-PMH server to return a list of Records.
listRecords(ResumptionToken) - Method in class se.kb.oai.pmh.OaiPmhServer
List next set of records not returned in the previous response from a call to listRecords().
listSets() - Method in class se.kb.oai.pmh.OaiPmhServer
List all sets the OAI-PMH server has.
listSets(ResumptionToken) - Method in class se.kb.oai.pmh.OaiPmhServer
List next set of sets not returned in the previous response from a call to listSets().

M

metadata - Variable in class se.kb.oai.ore.AggregateBase
 
Metadata - Class in se.kb.oai.ore
Class that represents a metadata element that can be set for an Aggregation or an AggreagatedResource.
Metadata(Metadata.Namespace, String, String) - Constructor for class se.kb.oai.ore.Metadata
Create a Metadata.
Metadata.Namespace - Enum in se.kb.oai.ore
 
MetadataFormat - Class in se.kb.oai.pmh
This class has the information for a specific metadata format that exists in the repository.
MetadataFormat(Node) - Constructor for class se.kb.oai.pmh.MetadataFormat
Create a MetadataFormat from a <metadataFormat> node from the response.
MetadataFormatsList - Class in se.kb.oai.pmh
This class represents the response from a ListMetadataFormats request to the OAI-PMH server.
MetadataFormatsList(Document) - Constructor for class se.kb.oai.pmh.MetadataFormatsList
Creates a MetadataFormatsList from the returned response.
MODIFIED_XPATH - Static variable in class se.kb.oai.ore.impl.AtomConstants
 

N

NAME - Static variable in class se.kb.oai.ore.impl.AtomConstants
 
newResourceMap(String) - Method in class se.kb.oai.ore.impl.FactoryBase
 
newResourceMap(URI) - Method in class se.kb.oai.ore.impl.FactoryBase
 
newResourceMap(String) - Method in interface se.kb.oai.ore.ResourceMapFactory
Create a new ResourceMap with this id.
newResourceMap(URI) - Method in interface se.kb.oai.ore.ResourceMapFactory
Create a new ResourceMap with this id.
NO_METADATA_FORMATS - Static variable in exception se.kb.oai.pmh.ErrorResponseException
 
NO_RECORDS_MATCH - Static variable in exception se.kb.oai.pmh.ErrorResponseException
 
NO_SET_HIERARCHY - Static variable in exception se.kb.oai.pmh.ErrorResponseException
 
numberOfResources() - Method in class se.kb.oai.ore.Aggregation
Get the number of resources that this Aggregation has.

O

OAI_NS_PREFIX - Static variable in class se.kb.oai.pmh.ResponseBase
 
OAI_NS_URI - Static variable in class se.kb.oai.pmh.ResponseBase
 
OAIException - Exception in se.kb.oai
A general exception that OAI4J throws.
OAIException() - Constructor for exception se.kb.oai.OAIException
 
OAIException(Exception) - Constructor for exception se.kb.oai.OAIException
 
OaiPmhServer - Class in se.kb.oai.pmh
Class that acts as a facade for an OAI-PMH server.
OaiPmhServer(String) - Constructor for class se.kb.oai.pmh.OaiPmhServer
Creates an OaiPmhServer with the given base URL.
OaiPmhServer(URL) - Constructor for class se.kb.oai.pmh.OaiPmhServer
Creates an OaiPmhServer with the given base URL.
ORE_TERMS_REM_URL - Static variable in class se.kb.oai.ore.impl.AtomConstants
 
ORE_TERMS_URL - Static variable in class se.kb.oai.ore.impl.AtomConstants
 
OREConstants - Class in se.kb.oai.ore
Constants regarding OAI-ORE.
OREConstants() - Constructor for class se.kb.oai.ore.OREConstants
 

P

PUBLISHED - Static variable in class se.kb.oai.ore.impl.AtomConstants
 

Q

QueryBuilder - Class in se.kb.oai.pmh
Helper class that builds the URL:s that corresponds to the different requests to the OAI-PMH server.
QueryBuilder(String) - Constructor for class se.kb.oai.pmh.QueryBuilder
Creates a QueryBuilder for a specific OAI-PMH server.

R

RDF_NS - Static variable in class se.kb.oai.ore.OREConstants
 
RDF_NS_PREFIX - Static variable in class se.kb.oai.ore.OREConstants
 
RDF_NS_URI - Static variable in class se.kb.oai.ore.OREConstants
 
Record - Class in se.kb.oai.pmh
The Record class represents the data returned for a GetRecord or ListRecords request.
Record(Document) - Constructor for class se.kb.oai.pmh.Record
Creates a Record from the response from a GetRecord request.
Record(Document, Node) - Constructor for class se.kb.oai.pmh.Record
Creates a Record from from a ListRecords response and a specific <record> element in that response.
RecordsList - Class in se.kb.oai.pmh
Class that represents the response from a ListRecords request.
RecordsList(Document) - Constructor for class se.kb.oai.pmh.RecordsList
Creates a RecordsList from the returned response.
REL - Static variable in class se.kb.oai.ore.impl.AtomConstants
 
ResourceMap - Class in se.kb.oai.ore
A resource map is a description of an Aggregation according to the OAI-ORE data model.
ResourceMap(String) - Constructor for class se.kb.oai.ore.ResourceMap
Create an ResourceMap with the specified id.
ResourceMap(URI) - Constructor for class se.kb.oai.ore.ResourceMap
Create an ResourceMap with the specified id.
ResourceMapFactory - Interface in se.kb.oai.ore
A ResourceMapFactory will be used to create a ResourceMap.
ResourceMapSerializer - Interface in se.kb.oai.ore
A ResourceMapSerializer is used to serialize the content of a ResourceMap to a machine readable format (for example XML).
response - Variable in class se.kb.oai.pmh.ResponseBase
 
ResponseBase - Class in se.kb.oai.pmh
Abstract base class that represents a response from the OAI-PMH server.
ResponseBase(Document) - Constructor for class se.kb.oai.pmh.ResponseBase
Create a ResponseBase from a response.
responseDate - Variable in class se.kb.oai.pmh.ResponseBase
 
resumptionToken - Variable in class se.kb.oai.pmh.ResponseBase
 
ResumptionToken - Class in se.kb.oai.pmh
This class represents the resumption token returned from a list request when not all of the content of the query fits in one response.
ResumptionToken(Element) - Constructor for class se.kb.oai.pmh.ResumptionToken
Create a ResumptionToken from the <resumptionToken> element of a response.
RIGHTS - Static variable in class se.kb.oai.ore.impl.AtomConstants
 
RIGHTS_XPATH - Static variable in class se.kb.oai.ore.impl.AtomConstants
 

S

SCHEME - Static variable in class se.kb.oai.ore.impl.AtomConstants
 
se.kb.oai - package se.kb.oai
 
se.kb.oai.ore - package se.kb.oai.ore
 
se.kb.oai.ore.impl - package se.kb.oai.ore.impl
 
se.kb.oai.pmh - package se.kb.oai.pmh
 
se.kb.xml - package se.kb.xml
 
selectNodes(String) - Method in class se.kb.xml.XPathWrapper
Selects all Nodes that matches the given XPath.
selectSingleElement(String) - Method in class se.kb.xml.XPathWrapper
Selects a single result that matches the given XPath and then casts it into a Element.
selectSingleNode(String) - Method in class se.kb.xml.XPathWrapper
Selects a single node that matches the given XPath.
SerializerBase - Class in se.kb.oai.ore.impl
Abstract base class for the different ResourceMapSerializer implementations.
SerializerBase() - Constructor for class se.kb.oai.ore.impl.SerializerBase
 
serializeToFile(File, ResourceMap) - Method in class se.kb.oai.ore.impl.SerializerBase
 
serializeToFile(File, ResourceMap) - Method in interface se.kb.oai.ore.ResourceMapSerializer
Serialize the resource map to the given file.
serializeToString(ResourceMap) - Method in class se.kb.oai.ore.impl.SerializerBase
 
serializeToString(ResourceMap) - Method in interface se.kb.oai.ore.ResourceMapSerializer
Serialize the resource map and return it as a String.
serializeToXml(ResourceMap) - Method in class se.kb.oai.ore.impl.AtomSerializer
 
serializeToXml(ResourceMap) - Method in class se.kb.oai.ore.impl.SerializerBase
 
serializeToXml(ResourceMap) - Method in interface se.kb.oai.ore.ResourceMapSerializer
Serialize the resource map into XML.
Set - Class in se.kb.oai.pmh
A set is a tool for selective harvesting from a repository.
Set(Node) - Constructor for class se.kb.oai.pmh.Set
Create a Set from the <set> element of a ListSets response.
setAggregation(Aggregation) - Method in class se.kb.oai.ore.ResourceMap
Set the aggregation that this resource map describes.
setCreated(Date) - Method in class se.kb.oai.ore.ResourceMap
Set the creation date of this resource map.
setCreator(String) - Method in class se.kb.oai.ore.ResourceMap
Set the creator of this resource map.
setId(URI) - Method in class se.kb.oai.ore.AggregateBase
Set the id.
setId(URI) - Method in class se.kb.oai.ore.ResourceMap
Set the id.
setMetadata(List<Metadata>) - Method in class se.kb.oai.ore.AggregateBase
Set the metadata for this object.
setModified(Date) - Method in class se.kb.oai.ore.ResourceMap
Set the modification date of this resource map.
setResources(List<AggregatedResource>) - Method in class se.kb.oai.ore.Aggregation
Set the list of resources.
setRights(String) - Method in class se.kb.oai.ore.ResourceMap
Set the rights of this resource map.
SetsList - Class in se.kb.oai.pmh
Class that represents the response from a ListSets request.
SetsList(Document) - Constructor for class se.kb.oai.pmh.SetsList
Creates an SetsList from the returned response.
setTypes(List<Type>) - Method in class se.kb.oai.ore.AggregateBase
Set the types associated with this object.
setValue(String) - Method in class se.kb.oai.ore.Metadata
Set the value.
size() - Method in class se.kb.oai.pmh.ListBase
Get the size of the list.
SLASH - Static variable in class se.kb.oai.ore.impl.AtomConstants
 

T

TERM - Static variable in class se.kb.oai.ore.impl.AtomConstants
 
TITLE - Static variable in class se.kb.oai.ore.impl.AtomConstants
 
TYPE - Static variable in class se.kb.oai.ore.impl.AtomConstants
 
Type - Class in se.kb.oai.ore
Class that are used for typing Aggregations and AggreagatedResources.
Type(String) - Constructor for class se.kb.oai.ore.Type
Create a typing with this value.
types - Variable in class se.kb.oai.ore.AggregateBase
 

U

UPDATED - Static variable in class se.kb.oai.ore.impl.AtomConstants
 

V

valueOf(String) - Static method in enum se.kb.oai.ore.Metadata.Namespace
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in class se.kb.xml.XPathWrapper
Selects the value of the given XPath.
values() - Static method in enum se.kb.oai.ore.Metadata.Namespace
Returns an array containing the constants of this enum type, in the order they're declared.

W

writeXmlTo(Element, OutputStream) - Static method in class se.kb.xml.XMLUtils
Writes the XML contained in the Element to the specified OutputStream.

X

xmlToString(Element) - Static method in class se.kb.xml.XMLUtils
Converts an Element to a String.
XMLUtils - Class in se.kb.xml
Utility class that has some static helper methods for handling XML.
xpath - Variable in class se.kb.oai.pmh.ResponseBase
 
XPathWrapper - Class in se.kb.xml
Helper class that eases the job of handling XPath queries and getting the different results.
XPathWrapper(Node) - Constructor for class se.kb.xml.XPathWrapper
Wraps a Node for easier XPath handling.
XPathWrapper(Node, Map<String, String>) - Constructor for class se.kb.xml.XPathWrapper
Creates a XPathWrapper that should be aware of all the namespaces in the Map when handling XPath queries.

A B C D E F G H I L M N O P Q R S T U V W X

Copyright © 2008. All Rights Reserved.