convert.relaxng.translate.util
Interface Param

All Known Implementing Classes:
AbsoluteUriParam, AbstractParam, EncodingParam, EnumParam, IntegerParam, NCNameParam, NmtokenParam

public interface Param


Method Summary
 boolean allowRepeat()
           
 void set(boolean value)
           
 void set(java.lang.String value)
           
 

Method Detail

allowRepeat

boolean allowRepeat()

set

void set(java.lang.String value)
         throws InvalidParamValueException,
                ParamValuePresenceException
Throws:
InvalidParamValueException
ParamValuePresenceException

set

void set(boolean value)
         throws InvalidParamValueException,
                ParamValuePresenceException
Throws:
InvalidParamValueException
ParamValuePresenceException