Generated by
JDiff

Class org.apache.commons.betwixt.io.BeanWriter

Removed Methods
MixedContentEncodingStrategy getMixedContentEncodingStrategy() Gets the encoding strategy for mixed content.
void setMixedContentEncodingStrategy(MixedContentEncodingStrategy) Sets the encoding strategy for mixed content.
 

Changed Methods
void bodyText(String) Change in signature from (WriteContext, String) to String.
Write element body text
void endElement(String, String, String) Change in signature from (WriteContext, String, String, String) to (String, String, String).
Writes the end tag for an element
void startElement(String, String, String, Attributes) Change in signature from (WriteContext, String, String, String, Attributes) to (String, String, String, Attributes).
Writes the start tag for an element.