Generated by
JDiff

Class org.apache.commons.betwixt.io.SAXBeanWriter

Changed Methods
void bodyText(String) Change in signature from (WriteContext, String) to String.
Express 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.