org.outerj.daisy.frontend.editor
Class XmlBeansConvertor

java.lang.Object
  extended by org.outerj.daisy.frontend.editor.XmlBeansConvertor

public class XmlBeansConvertor
extends java.lang.Object


Constructor Summary
XmlBeansConvertor(java.lang.reflect.Method parseMethod)
           
 
Method Summary
 ConversionResult convertFromString(java.lang.String value, java.util.Locale locale, FormatCache formatCache)
           
 java.lang.String convertToString(java.lang.Object o, java.util.Locale locale, Convertor.FormatCache formatCache)
           
 void generateSaxFragment(org.xml.sax.ContentHandler contentHandler, java.util.Locale locale)
           
 java.lang.Class getTypeClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlBeansConvertor

public XmlBeansConvertor(java.lang.reflect.Method parseMethod)
Method Detail

convertFromString

public ConversionResult convertFromString(java.lang.String value,
                                          java.util.Locale locale,
                                          FormatCache formatCache)

convertToString

public java.lang.String convertToString(java.lang.Object o,
                                        java.util.Locale locale,
                                        Convertor.FormatCache formatCache)

getTypeClass

public java.lang.Class getTypeClass()

generateSaxFragment

public void generateSaxFragment(org.xml.sax.ContentHandler contentHandler,
                                java.util.Locale locale)
                         throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException


Copyright © -2006 . All Rights Reserved.