All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.msv.verifier.jarv.Const Maven / Gradle / Ivy

There is a newer version: 2.2.5.1
Show newest version
/*
 * @(#)$Id: Const.java,v 1.1 2001/11/19 19:57:35 kk122374 Exp $
 *
 * Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
 * 
 * This software is the proprietary information of Sun Microsystems, Inc.  
 * Use is subject to license terms.
 * 
 */
package com.sun.msv.verifier.jarv;

/**
 * Constant values related to JARV.
 * 
 * @author Kohsuke KAWAGUCHI
 */
public class Const
{
    /**
     * Turns on/off the panic mode.
     * 

* Panic mode is on by default. Turning it on is good * for general use. It prevents false error messages to appear. *

* However, turning it off is sometimes useful, when * you are sure that the structure of the document is * almost valid (e.g., validating a document generated by an * application or when you are sure about the validity of the * structure and only interested in validating datatypes,) */ public static final String PANIC_MODE_FEATURE = "http://www.sun.com/xmlns/msv/features/panicMode"; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy