public class XSDStringEncoder extends SimpleTypeEncoderBase implements AttachmentEncoder
| Modifier and Type | Method and Description |
|---|---|
Object |
dataHandlerToObject(DataHandler dataHandler) |
static SimpleTypeEncoder |
getInstance() |
DataHandler |
objectToDataHandler(Object obj) |
String |
objectToString(Object obj,
XMLWriter writer) |
Object |
stringToObject(String str,
XMLReader reader) |
writeAdditionalNamespaceDeclarations, writeValuepublic static SimpleTypeEncoder getInstance()
public String objectToString(Object obj, XMLWriter writer) throws Exception
objectToString in interface SimpleTypeEncoderobjectToString in class SimpleTypeEncoderBaseExceptionpublic Object stringToObject(String str, XMLReader reader) throws Exception
stringToObject in interface SimpleTypeEncoderstringToObject in class SimpleTypeEncoderBaseExceptionpublic DataHandler objectToDataHandler(Object obj) throws Exception
objectToDataHandler in interface AttachmentEncoderExceptionpublic Object dataHandlerToObject(DataHandler dataHandler) throws Exception
dataHandlerToObject in interface AttachmentEncoderExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.