Class com.ibm.commerce.tools.devtools.util.sar. SarInfoHandler

The superclass changed from org.xml.sax.HandlerBase to org.xml.sax.helpers.DefaultHandler.
Removed Methods
void  endDocument ()  
 
Changed Methods
void  endElement (String, String, String) Change in signature from String to (String, String, String).
Change in exceptions thrown from no exceptions to SAXException.
 
void  startElement (String, String, String, Attributes) Change in signature from (String, AttributeList) to (String, String, String, Attributes).
Change in exceptions thrown from no exceptions to SAXException.