Deprecated API

Deprecated Classes
org.apache.commons.betwixt.io.BeanCreateRule
          0.5 this Rule does not allowed good integration with other Rules - use BeanRuleSet instead. 
 

Deprecated Methods
org.apache.commons.betwixt.digester.AddDefaultsRule.addDescriptor(NodeDescriptor)
          0.5 replaced by AddDefaultsRule.addDescriptor( Descriptor ) 
org.apache.commons.betwixt.XMLIntrospector.addProperties(BeanInfo, List, List)
          0.5 this method does not support mixed content. Use XMLIntrospector.addProperties(BeanInfo, List, List, List) instead. 
org.apache.commons.betwixt.XMLIntrospector.addProperties(BeanInfo, List, List, List)
          0.5 use XMLIntrospector.addProperties(BeanProperty[], List, List,List) 
org.apache.commons.betwixt.XMLIntrospector.addProperty(BeanInfo, PropertyDescriptor, List, List)
          0.5 this method does not support mixed content. Use XMLIntrospector.addProperty(BeanInfo, PropertyDescriptor, List, List, List) instead. 
org.apache.commons.betwixt.XMLIntrospector.addProperty(BeanInfo, PropertyDescriptor, List, List, List)
          0.5 BeanInfo is no longer required. Use XMLIntrospector.addProperty(PropertyDescriptor, List, List, List) instead. 
org.apache.commons.betwixt.XMLIntrospector.addProperty(PropertyDescriptor, List, List, List)
          0.5 use XMLIntrospector.addProperty(BeanProperty, List, List, List) instead 
org.apache.commons.betwixt.io.AbstractBeanWriter.bodyText(String)
          0.5 use AbstractBeanWriter.bodyText(WriteContext, String) 
org.apache.commons.betwixt.XMLIntrospector.createDescriptor(PropertyDescriptor, boolean)
          0.5 use XMLIntrospector.createXMLDescriptor(org.apache.commons.betwixt.BeanProperty). 
org.apache.commons.betwixt.digester.XMLIntrospectorHelper.createDescriptor(PropertyDescriptor, boolean, XMLIntrospector)
          0.5 this method has been replaced by XMLIntrospector.createDescriptor(java.beans.PropertyDescriptor, boolean) 
org.apache.commons.betwixt.io.AbstractBeanWriter.endElement(String, String, String)
          0.5 use AbstractBeanWriter.endElement(WriteContext, String, String, String) 
org.apache.commons.betwixt.io.BeanWriter.escapeAttributeValue(Object)
          0.5 moved into utility class XMLUtils.escapeAttributeValue(java.lang.Object) 
org.apache.commons.betwixt.io.BeanWriter.escapeBodyValue(Object)
          0.5 moved into utility class XMLUtils.escapeBodyValue(java.lang.Object) 
org.apache.commons.betwixt.io.AbstractBeanWriter.expressAttribute(String, String)
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.BeanWriter.expressAttribute(String, String)
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.AbstractBeanWriter.expressAttribute(String, String, String, String)
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.AbstractBeanWriter.expressBodyText(String)
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.BeanWriter.expressBodyText(String)
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.AbstractBeanWriter.expressElementEnd()
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.BeanWriter.expressElementEnd()
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.AbstractBeanWriter.expressElementEnd(String)
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.BeanWriter.expressElementEnd(String)
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.AbstractBeanWriter.expressElementEnd(String, String, String)
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.AbstractBeanWriter.expressElementStart(String)
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.BeanWriter.expressElementStart(String)
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.AbstractBeanWriter.expressElementStart(String, String, String)
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.AbstractBeanWriter.expressTagClose()
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.BeanWriter.expressTagClose()
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.XMLIntrospector.flushCache()
          0.5 use flushable registry instead 
org.apache.commons.betwixt.io.AbstractBeanWriter.getIndentLevel()
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.BeanReader.getMatchIDs()
          0.5 use BindingConfiguration.getMapIDs() 
org.apache.commons.betwixt.XMLIntrospector.getNameMapper()
          0.5 getNameMapper is split up in XMLIntrospector.getElementNameMapper() and XMLIntrospector.getAttributeNameMapper() 
org.apache.commons.betwixt.io.AbstractBeanWriter.getWriteIDs()
          0.5 use BindingConfiguration.getMapIDs() 
org.apache.commons.betwixt.XMLIntrospector.isCachingEnabled()
          0.5 replaced by XMlBeanInfoRegistry 
org.apache.commons.betwixt.XMLIntrospector.setCachingEnabled(boolean)
          0.5 replaced by XMlBeanInfoRegistry 
org.apache.commons.betwixt.io.BeanRuleSet.setClassNameAttribute(String)
          0.5 set the ReadContext property instead 
org.apache.commons.betwixt.io.BeanReader.setMatchIDs(boolean)
          0.5 use BindingConfiguration.setMapIDs(boolean) 
org.apache.commons.betwixt.XMLIntrospector.setNameMapper(NameMapper)
          0.5 setNameMapper is split up in XMLIntrospector.setElementNameMapper(NameMapper) and XMLIntrospector.setAttributeNameMapper(NameMapper) 
org.apache.commons.betwixt.io.AbstractBeanWriter.setWriteIDs(boolean)
          0.5 use BindingConfiguration.setMapIDs(boolean) 
org.apache.commons.betwixt.io.AbstractBeanWriter.startElement(String, String, String, Attributes)
          0.5 use AbstractBeanWriter.startElement(WriteContext, String, String, String, Attributes) 
org.apache.commons.betwixt.expression.Expression.update(Context, String)
          0.5 use Updater instead 
org.apache.commons.betwixt.io.AbstractBeanWriter.write(String, ElementDescriptor, Context)
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.AbstractBeanWriter.write(String, ElementDescriptor, Context, String, String)
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.AbstractBeanWriter.writeAttribute(AttributeDescriptor, Context)
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.AbstractBeanWriter.writeAttributes(ElementDescriptor, Context)
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.AbstractBeanWriter.writeContent(ElementDescriptor, Context)
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.AbstractBeanWriter.writeIDREFElement(String, String, String)
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.AbstractBeanWriter.writeIndent()
          0.5 replaced by new BeanWriter API 
org.apache.commons.betwixt.io.BeanWriter.writeIndent()
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.AbstractBeanWriter.writePrintln()
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.BeanWriter.writePrintln()
          0.5 replaced by new SAX inspired API 
org.apache.commons.betwixt.io.AbstractBeanWriter.writeRestOfElement(String, ElementDescriptor, Context)
          0.5 replaced by new SAX inspired API 
 

Deprecated Constructors
org.apache.commons.betwixt.io.BeanRuleSet(XMLIntrospector, String, ElementDescriptor, Class, boolean)
          0.5 use constructor which takes a ReadContext instead 
org.apache.commons.betwixt.io.BeanRuleSet(XMLIntrospector, String, ElementDescriptor, Class, Context)
          0.5 use the constructor which takes a ReadContext instead 
org.apache.commons.betwixt.expression.Context(Object, Log)
          0.5 use constructor which takes a BindingConfiguration 
org.apache.commons.betwixt.expression.Context(Object, Map, Log)
          0.5 use constructor which takes a converter 
 



Copyright © 2002-2004 The Apache Software Foundation. All Rights Reserved.