|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLFormatConverter
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 |
---|
String getFromFormat()
String getToFormat()
String convertXML(String xml, ServletContext context)
xml
- XML input in the 'from' format.context
- The context in which this is running.
long lastModified(ServletContext context)
context
- The context in which this is running.
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |