sdx-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sdx-users] harvest.xsp


From: Malo Pichot
Subject: Re: [sdx-users] harvest.xsp
Date: Thu, 08 Feb 2007 12:27:23 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

DAVIGNON Andre - CETE NP/DIODé/PANDOC a écrit :
> Oui, j'ai vu, mais je ne sais pas à quoi correspond le paramètre
> "java.lang.String identifierNodeName" dans la méthode reveiveResponse...

C'est plutôt obscur :
http://www.nongnu.org/sdx/docs/html/doc-sdx2/apidocs/fr/gouv/culture/oai/OAIHarvester.html#setIdentifierName(java.lang.String)
http://www.nongnu.org/sdx/docs/html/doc-sdx2/apidocs/fr/gouv/culture/oai/AbstractOAIHarvester.html#identifierName

Dans le code :
fr.gouv.culture.oai.AbstractOAIHarvester.startElement()
[...]
/*looking for an element name or the VALUE of an attribute with the name
"name" matching super.indentifierName
*so one could create a metadata identifier element like
*<super.identifierName>myIdentifierValue</super.identifierName>
*or
*<anyElementName
name="super.identifierName">myIdentifierValue</anyElementName>
*/

Ce que je retiendrai :
protected String identifierName = "";//Defaulted for nothing
-- 
Malo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]