|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dlese.dpc.xml.DLESEAnnoToLocalizedFormatConverter
public class DLESEAnnoToLocalizedFormatConverter
Converts from DLESE Anno format to a localized DLESE Anno format, which contains no namespace declarations. Localized XML may be accessed using XPath notation without the local-name() function, making it easier to use.
XMLConversionService| Constructor Summary | |
|---|---|
DLESEAnnoToLocalizedFormatConverter()
|
|
| Method Summary | |
|---|---|
String |
convertXML(String xml,
ServletContext context)
Performs XML conversion from DLESE Anno to DLESE Anno localized. |
String |
getFromFormat()
Converts from the DLESE Anno format. |
String |
getToFormat()
Converts to the dlese_anno-localized format |
long |
lastModified(ServletContext context)
Gets the time this converter code was last modified. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DLESEAnnoToLocalizedFormatConverter()
| Method Detail |
|---|
public String getFromFormat()
getFromFormat in interface XMLFormatConverterpublic String getToFormat()
getToFormat in interface XMLFormatConverterpublic long lastModified(ServletContext context)
lastModified in interface XMLFormatConvertercontext - Servlet context
public String convertXML(String xml,
ServletContext context)
convertXML in interface XMLFormatConverterxml - XML input in the 'dlese_anno' format.context - Servlet context
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||