* @see #setProperty(String, Object)
* @see #getNoNamespaceSchemaLocation()
*/
public void setNoNamespaceSchemaLocation(String pValue) throws PropertyException {
if (pValue != null && noNamespaceSchemaLocation != null) {
throw new PropertyException("The properties schemaLocation and noNamespaceSchemaLocation are mutually exclusive.");
}
noNamespaceSchemaLocation = pValue;
}