com.saxonica.schema
Class MaxExclusiveFacet
java.lang.Object
com.saxonica.schema.Facet
com.saxonica.schema.ValueRangeFacet
com.saxonica.schema.MaxExclusiveFacet
- All Implemented Interfaces:
- Serializable
public class MaxExclusiveFacet
- extends ValueRangeFacet
Implements the maxExclusive facet on a simple type
- See Also:
- Serialized Form
Methods inherited from class com.saxonica.schema.Facet |
getMessage, getWhitespaceAction, isConstraining, isFacetName, isFixed, isNewlyIntroduced, makeFacet, serializeFacet, setFixed, setMessage, testLength, testListValue, toLong |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MaxExclusiveFacet
public MaxExclusiveFacet()
getName
public String getName()
- Description copied from class:
Facet
- Returns the name of this Facet
- Specified by:
getName
in class Facet
- Returns:
- the name of this Facet
testComparisonOK
protected boolean testComparisonOK(int comparisonResult)
- Description copied from class:
ValueRangeFacet
- Test whether the comparison with the min or max value is a valid result
- Specified by:
testComparisonOK
in class ValueRangeFacet
- Parameters:
comparisonResult
- the result of comparing the actual value with the specified min or max value,
as defined using the compareTo() method
- Returns:
- true if the comparison is OK, that is, if the value conforms to the facet
checkFacetRestriction
public void checkFacetRestriction(UserSimpleType type,
SimpleType base,
SchemaCompiler compiler)
throws SchemaException,
ValidationException
- Description copied from class:
ValueRangeFacet
- Check that this facet is legal when used on a type derived by restriction
- Overrides:
checkFacetRestriction
in class ValueRangeFacet
- Parameters:
type
- the type on which the facet is definedbase
- the type from which the restricted type is derivedcompiler
- the schema compiler
- Throws:
SchemaException
- if the facet is not legal
ValidationException
- if a value is found that does not conform to the facet
Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.