Uses of Interface
com.sun.tools.rngdatatype.ValidationContext
-
Packages that use ValidationContext Package Description com.sun.tools.rngdatatype com.sun.tools.rngdatatype.helpers -
-
Uses of ValidationContext in com.sun.tools.rngdatatype
Methods in com.sun.tools.rngdatatype with parameters of type ValidationContext Modifier and Type Method Description voidDatatypeBuilder. addParameter(java.lang.String name, java.lang.String strValue, ValidationContext context)Adds a new parameter.voidDatatype. checkValid(java.lang.String literal, ValidationContext context)Similar to the isValid method but throws an exception with diagnosis in case of errors.DatatypeStreamingValidatorDatatype. createStreamingValidator(ValidationContext context)Creates an instance of a streaming validator for this type.java.lang.ObjectDatatype. createValue(java.lang.String literal, ValidationContext context)Converts lexcial value and the current context to the corresponding value object.booleanDatatype. isValid(java.lang.String literal, ValidationContext context)Checks if the specified 'literal' matches this Datatype with respect to the current context. -
Uses of ValidationContext in com.sun.tools.rngdatatype.helpers
Methods in com.sun.tools.rngdatatype.helpers with parameters of type ValidationContext Modifier and Type Method Description voidParameterlessDatatypeBuilder. addParameter(java.lang.String name, java.lang.String strValue, ValidationContext context)Constructors in com.sun.tools.rngdatatype.helpers with parameters of type ValidationContext Constructor Description StreamingValidatorImpl(Datatype baseType, ValidationContext context)
-