Class com.ibm.commerce.tools.devtools.util.dtd. DTDReaderImpl

The superclass changed from ValidatingSAXParser to org.apache.xerces.parsers.SAXParser.
Removed Methods
void  attlistDecl (int, int)  
Hashtable  getAttributes ()  
void  setAttributes (Hashtable)  
void  writeAttributes (PrintWriter, String)  
void  writeElements (PrintWriter)  
 
Changed Methods
void  elementDecl (String, String, Augmentations) Change in signature from int to (String, String, Augmentations).
Change in exceptions thrown from Exception to XNIException.
 
void  internalEntityDecl (String, XMLString, XMLString, Augmentations) Change in signature from int to (String, XMLString, XMLString, Augmentations).
Change in exceptions thrown from Exception to XNIException.