com.sun.msv.datatype.xsd

Class LengthFacet

public class LengthFacet extends DataTypeWithValueConstraintFacet

"length", "minLength", and "maxLength" facet validator. this class also detects inconsistent facet setting (for example, minLength=100 and maxLength=0)

Author: Kohsuke KAWAGUCHI

Field Summary
intlength
Method Summary
Object_createValue(String content, ValidationContext context)

Field Detail

length

public final int length

Method Detail

_createValue

public Object _createValue(String content, ValidationContext context)