Searched refs:maxInclusive (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DBaseDVFactory.java184 facets.maxInclusive = "0";
189 facets.maxInclusive = "-1";
194 facets.maxInclusive = "9223372036854775807";
201 facets.maxInclusive = "2147483647";
207 facets.maxInclusive = "32767";
213 facets.maxInclusive = "127";
224 facets.maxInclusive = "18446744073709551615" ;
229 facets.maxInclusive = "4294967295" ;
234 facets.maxInclusive = "65535" ;
239 facets.maxInclusive
[all...]
H A DBaseSchemaDVFactory.java126 facets.maxInclusive = "0";
131 facets.maxInclusive = "-1";
136 facets.maxInclusive = "9223372036854775807";
142 facets.maxInclusive = "2147483647";
148 facets.maxInclusive = "32767";
154 facets.maxInclusive = "127";
165 facets.maxInclusive = "18446744073709551615" ;
170 facets.maxInclusive = "4294967295" ;
175 facets.maxInclusive = "65535" ;
180 facets.maxInclusive
[all...]
H A DXSSimpleTypeDecl.java903 // maxInclusive
906 reportError("cos-applicable-facets", new Object[]{"maxInclusive", fTypeName});
910 fMaxInclusive = fBase.getActualValue(facets.maxInclusive, context, tempInfo, true);
916 reportError("FacetValueFromBase", new Object[]{fTypeName, facets.maxInclusive,
917 "maxInclusive", fBase.getName()});
924 reportError( "FixedFacetValue", new Object[]{"maxInclusive", fMaxInclusive, fBase.fMaxInclusive, fTypeName});
927 // maxInclusive from base
932 reportError("FacetValueFromBase", new Object[]{fTypeName, facets.maxInclusive,
933 "maxInclusive", fBase.getName()});
977 // maxExclusive <= base.maxInclusive
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/
H A DXSFacets.java88 * value of maxInclusive facet.
90 public String maxInclusive; field in class:XSFacets
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataFormatImpl.java561 * @param maxInclusive <code>true</code> if <code>maxValue</code>
580 boolean maxInclusive) {
595 if (maxInclusive) {
837 * @param maxInclusive <code>true</code> if <code>maxValue</code>
851 boolean maxInclusive)
859 if (maxInclusive) {
572 addAttribute(String elementName, String attrName, int dataType, boolean required, String defaultValue, String minValue, String maxValue, boolean minInclusive, boolean maxInclusive) argument
845 addObjectValue(String elementName, Class<T> classType, T defaultValue, Comparable<? super T> minValue, Comparable<? super T> maxValue, boolean minInclusive, boolean maxInclusive) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAbstractTraverser.java485 xsFacets.maxInclusive = (String)attrs[XSAttributeChecker.ATTIDX_VALUE];
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_ja.properties103 cvc-maxInclusive-valid = cvc-maxInclusive-valid: \u5024''{0}''\u306F\u3001\u30BF\u30A4\u30D7''{2}''\u306EmaxInclusive ''{1}''\u306B\u5BFE\u3057\u3066\u30D5\u30A1\u30BB\u30C3\u30C8\u304C\u6709\u52B9\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
232 maxInclusive-maxExclusive = maxInclusive-maxExclusive: \u540C\u3058\u30C7\u30FC\u30BF\u578B\u306B\u5BFE\u3057\u3066maxInclusive\u3068maxExclusive\u306E\u4E21\u65B9\u3092\u6307\u5B9A\u3057\u305F\u3053\u3068\u306B\u3088\u308B\u30A8\u30E9\u30FC\u3067\u3059\u3002{2}\u3067\u306F\u3001maxInclusive\u306F''{0}''\u3001maxExclusive\u306F''{1}''\u3067\u3059\u3002
233 maxInclusive-valid-restriction.1 = maxInclusive-valid-restriction.1: \u30BF\u30A4\u30D7''{2}''\u306E\u30A8\u30E9\u30FC\u3002maxInclusive\u306E\u5024''{0}''\u306F\u30D9\u30FC\u30B9\u30FB\u30BF\u30A4\u30D7''{1}''\u306EmaxInclusive\u4EE5\u4E0B\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
234 maxInclusive-valid-restriction.2 = maxInclusive-valid-restriction.2: \u30BF\u30A4\u30D7''{2}''\u306E\u30A8\u30E9\u30FC\u3002maxInclusive\u306E\u5024''{0}''\u306F\u30D9\u30FC\u30B9\u30FB\u30BF\u30A4\u30D7''{1}''\u306EmaxExclusive\u3088\u308A\u5C0F\u3055\u304F\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
235 maxInclusive-valid-restriction.3 = maxInclusive
[all...]

Completed in 47 milliseconds