Class MaxInclusiveFacet

All Implemented Interfaces:
DatabindableDatatype, XSDatatype, Serializable, org.relaxng.datatype.Datatype

public class MaxInclusiveFacet extends RangeFacet
'maxInclusive' facet
Author:
Kohsuke KAWAGUCHI
See Also:
  • Constructor Details

    • MaxInclusiveFacet

      protected MaxInclusiveFacet(String nsUri, String typeName, XSDatatypeImpl baseType, Object limit, boolean _isFixed) throws org.relaxng.datatype.DatatypeException
      Throws:
      org.relaxng.datatype.DatatypeException
  • Method Details