These are the call-back implementations that you can register with the parser if your application wants to be notified while the parser steps through the DTD. Since parsing the XML includes parsing the DTD, events are generated during the DTD
traversal( I am hesitant to use the
word parsing here ). By registering these implementations with the parser, your application can listen to these events and take additional actions if necessary.
I suggest you read the Xerces documentation and also checkout the examples that come with the Xerces download. In addition to these resources, any good book on
Java and XML will teach you about DTD handlers.
Hope that helps!
------------------
Ajith Kallambella M. Sun Certified Programmer for the Java�2 Platform.
IBM Certified Developer - XML and Related Technologies, V1.