|
DLESE Tools v1.2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implementations of this interface are used by the XMLConversionService
to
convert XML from one format to another.
XMLConversionService
Method Summary | |
---|---|
String |
convertXML(String xml,
ServletContext context)
Performs XML conversion from the input format to the output format. |
String |
getFromFormat()
The metadataPrefix of the format from which this XMLFormatConverter converts, for example "dlese_ims," "adn" or "oai_dc". |
String |
getToFormat()
The metadataPrefix of the format to which this XMLFormatConverter converts, for example "dlese_ims," "adn" or "oai_dc". |
long |
lastModified(ServletContext context)
Gets the time this converter code was last modified. |
Method Detail |
public String getFromFormat()
public String getToFormat()
public String convertXML(String xml, ServletContext context)
xml
- XML input in the 'from' format.context
- The context in which this is running.
public long lastModified(ServletContext context)
context
- The context in which this is running.
|
DLESE Tools v1.2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |