Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 592 → Rev 593

/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.42 $
* @version $Revision: 1.43 $
*
* Last modification: $Date: 2003/07/17 16:50:58 $
* $Id: Validator.java,v 1.42 2003/07/17 16:50:58 smcsporr Exp $
* Last modification: $Date: 2003/07/17 17:25:24 $
* $Id: Validator.java,v 1.43 2003/07/17 17:25:24 smcsporr Exp $
*/
 
package src.parser;
50,7 → 50,7
*
* @author S. McSporran
*
* @version $Revision: 1.42 $ Last modification: $Date: 2003/07/17 16:50:58 $
* @version $Revision: 1.43 $ Last modification: $Date: 2003/07/17 17:25:24 $
*/
public class Validator {
 
104,7 → 104,7
/* Activate the needed parser features. */
activateNamespaceProcessing();
activateValidation();
activateDynamicValidation();
//activateDynamicValidation();
activateSchemaSupport();
}
125,7 → 125,7
/* Activate the needed parser features. */
activateNamespaceProcessing();
activateValidation();
activateDynamicValidation();
//activateDynamicValidation();
activateSchemaSupport();
}