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

com.thaiopensource.relaxng.translate.util.Param Maven / Gradle / Ivy

There is a newer version: 20220510
Show newest version
package com.thaiopensource.relaxng.translate.util;

public interface Param {
  boolean allowRepeat();
  void set(String value) throws InvalidParamValueException, ParamValuePresenceException;
  void set(boolean value) throws InvalidParamValueException, ParamValuePresenceException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy