public class XSDBooleanEncoder extends SimpleTypeEncoderBase
| Modifier and Type | Method and Description |
|---|---|
static SimpleTypeEncoder |
getInstance() |
String |
objectToString(Object obj,
XMLWriter writer) |
Object |
stringToObject(String str,
XMLReader reader) |
void |
writeValue(Object obj,
XMLWriter writer) |
writeAdditionalNamespaceDeclarationspublic 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 void writeValue(Object obj, XMLWriter writer) throws Exception
writeValue in interface SimpleTypeEncoderwriteValue in class SimpleTypeEncoderBaseExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.