Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 887 → Rev 888

/sun/xmleditor/trunk/src/parser/Validator.java
4,10 → 4,10
* Coded by: Group 5, software practice summer 2003
* University of Bielefeld, Germany
*
* @version $Revision: 1.57 $
* @version $Revision: 1.58 $
*
* Last modification: $Date: 2003/07/28 11:15:02 $
* $Id: Validator.java,v 1.57 2003/07/28 11:15:02 smcsporr Exp $
* Last modification: $Date: 2003/07/28 14:26:10 $
* $Id: Validator.java,v 1.58 2003/07/28 14:26:10 smcsporr Exp $
*/
 
package src.parser;
47,6 → 47,7
 
/**
* An instance of the <b><code>Validator</code></b> class is a validating parser.
*
* It can be used to parse and validate DOM document implementations against
* a Document Type Definition (DTD) or an XML schema.
*
56,7 → 57,7
*
* @author S. McSporran
*
* @version $Revision: 1.57 $ Last modification: $Date: 2003/07/28 11:15:02 $
* @version $Revision: 1.58 $ Last modification: $Date: 2003/07/28 14:26:10 $
*/
public class Validator implements ItemListener {