public abstract class SimpleTypeEncoderBase extends Object implements SimpleTypeEncoder
| Constructor and Description |
|---|
SimpleTypeEncoderBase() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
objectToString(Object obj,
XMLWriter writer) |
abstract Object |
stringToObject(String str,
XMLReader reader) |
void |
writeAdditionalNamespaceDeclarations(Object obj,
XMLWriter writer) |
void |
writeValue(Object obj,
XMLWriter writer) |
public abstract String objectToString(Object obj, XMLWriter writer) throws Exception
objectToString in interface SimpleTypeEncoderExceptionpublic abstract Object stringToObject(String str, XMLReader reader) throws Exception
stringToObject in interface SimpleTypeEncoderExceptionpublic void writeValue(Object obj, XMLWriter writer) throws Exception
writeValue in interface SimpleTypeEncoderExceptionpublic void writeAdditionalNamespaceDeclarations(Object obj, XMLWriter writer) throws Exception
writeAdditionalNamespaceDeclarations in interface SimpleTypeEncoderExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.