Searched refs:enumeration (Results 51 - 59 of 59) sorted by relevance

123

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java1204 String[] enumeration,
1215 enumeration,
1200 attributeDecl( String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_ja.properties96 cvc-enumeration-valid = cvc-enumeration-valid: \u5024''{0}''\u306F\u3001\u5217\u6319''{1}''\u306B\u5BFE\u3057\u3066\u30D5\u30A1\u30BB\u30C3\u30C8\u304C\u6709\u52B9\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002\u5217\u6319\u304B\u3089\u306E\u5024\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
213 enumeration-required-notation = enumeration-required-notation: {2} ''{1}''\u3067\u4F7F\u7528\u3055\u308C\u308BNOTATION\u30BF\u30A4\u30D7''{0}''\u306B\u306F\u3001\u3053\u306E\u30BF\u30A4\u30D7\u3067\u4F7F\u7528\u3055\u308C\u308B\u8868\u8A18\u6CD5\u8981\u7D20\u3092\u6307\u5B9A\u3059\u308B\u5217\u6319\u30D5\u30A1\u30BB\u30C3\u30C8\u5024\u304C\u542B\u307E\u308C\u3066\u3044\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
214 enumeration-valid-restriction = enumeration-valid-restriction: \u5217\u6319\u5024''{0}''\u306F\u30D9\u30FC\u30B9\u30FB\u30BF\u30A4\u30D7\u306E\u5024\u7A7A\u9593{1}\u306B\u5B58\u5728\u3057\u307E\u305B\u3093\u3002
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DDOMParserImpl.java1276 public void attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations) throws XNIException { argument
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackage.java868 return new SequenceInputStream(Collections.enumeration(isa));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java843 base.enumeration().value(c.getLexicalValue());
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyStore.java581 * @return enumeration of the alias names
586 // don't want returned enumeration to iterate off actual keySet -
589 return Collections.enumeration(new HashSet<String>(aliasMap.keySet()));
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java301 // enumeration and pattern facets
872 // enumeration
875 reportError("cos-applicable-facets", new Object[]{"enumeration", fTypeName});
878 Vector enumVals = facets.enumeration;
889 // check 4.3.5.c0 must: enumeration values from the value space of base
894 reportError("enumeration-valid-restriction", new Object[]{enumVals.elementAt(i), this.getBaseType().getName()});
1478 // inherit enumeration
1674 //enumeration
1715 throw new InvalidDatatypeValueException("cvc-enumeration-valid",
2199 * values for <code>enumeration</cod
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java1969 return Collections.enumeration(empty);
3653 * @param toRemove an enumeration of the paths to remove; a value of
/openjdk7/jdk/src/share/classes/java/util/
H A DCollections.java3063 * Returns an enumeration that has no elements. More precisely,
3078 * @return an empty enumeration
3648 * Returns an enumeration over the specified collection. This provides
3649 * interoperability with legacy APIs that require an enumeration
3652 * @param c the collection for which an enumeration is to be returned.
3653 * @return an enumeration over the specified collection.
3656 public static <T> Enumeration<T> enumeration(final Collection<T> c) { method in class:Collections
3672 * specified enumeration in the order they are returned by the
3673 * enumeration. This method provides interoperability between
3677 * @param e enumeration providin
[all...]

Completed in 102 milliseconds

123