Uses of Interface
org.relaxng.datatype.ValidationContext
-
Packages that use ValidationContext Package Description org.relaxng.datatype org.relaxng.datatype.helpers -
-
Uses of ValidationContext in org.relaxng.datatype
Methods in org.relaxng.datatype with parameters of type ValidationContext Modifier and Type Method Description void
DatatypeBuilder. addParameter(java.lang.String name, java.lang.String strValue, ValidationContext context)
Adds a new parameter.void
Datatype. checkValid(java.lang.String literal, ValidationContext context)
Similar to the isValid method but throws an exception with diagnosis in case of errors.DatatypeStreamingValidator
Datatype. createStreamingValidator(ValidationContext context)
Creates an instance of a streaming validator for this type.java.lang.Object
Datatype. createValue(java.lang.String literal, ValidationContext context)
Converts lexcial value and the current context to the corresponding value object.boolean
Datatype. 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 org.relaxng.datatype.helpers
Fields in org.relaxng.datatype.helpers declared as ValidationContext Modifier and Type Field Description private ValidationContext
StreamingValidatorImpl. context
The current context.Methods in org.relaxng.datatype.helpers with parameters of type ValidationContext Modifier and Type Method Description void
ParameterlessDatatypeBuilder. addParameter(java.lang.String name, java.lang.String strValue, ValidationContext context)
Constructors in org.relaxng.datatype.helpers with parameters of type ValidationContext Constructor Description StreamingValidatorImpl(Datatype baseType, ValidationContext context)
-