Generated by
JDiff

Class org.apache.commons.betwixt.io.AbstractBeanWriter

Removed Methods
void bodyText(WriteContext, String) Writes body text
void endElement(WriteContext, String, String, String) Writes the end tag for an element
void startElement(WriteContext, String, String, String, Attributes) Writes the start tag for an element.
 

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