Searched defs:enumeration (Results 1 - 21 of 21) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/util/
H A DResourceBundleEnumeration.java41 Enumeration<String> enumeration; // may remain null field in class:ResourceBundleEnumeration
44 * Constructs a resource bundle enumeration.
45 * @param set an set providing some elements of the enumeration
46 * @param enumeration an enumeration providing more elements of the enumeration.
47 * enumeration may be null.
49 public ResourceBundleEnumeration(Set<String> set, Enumeration<String> enumeration) { argument
52 this.enumeration = enumeration;
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/xmlschema/
H A DSimpleRestrictionModel.java42 public NoFixedFacet enumeration(); method in interface:SimpleRestrictionModel
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLSimpleType.java120 /** enumeration */
121 public String[] enumeration; field in class:XMLSimpleType
147 * @param enumeration
154 public void setValues(short type, String name, String[] enumeration, argument
162 if (enumeration != null && enumeration.length > 0) {
163 this.enumeration = new String[enumeration.length];
164 System.arraycopy(enumeration, 0, this.enumeration,
[all...]
H A DXMLDTDProcessor.java303 /** NOTATION enumeration values. */
854 * @param enumeration If the type has the value "ENUMERATION" or
870 String type, String[] enumeration,
948 for (int i=0; i<enumeration.length; i++) {
949 fNotationEnumVals.put(enumeration[i], attributeName);
978 for (int i = 0; i < enumeration.length; ++i) {
979 for (int j = i + 1; j < enumeration.length; ++j) {
980 if (enumeration[i].equals(enumeration[j])) {
988 new Object[]{ elementName, enumeration[
869 attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs) argument
[all...]
H A DDTDGrammar.java212 /** Attribute declaration enumeration values. */
589 * @param enumeration If the type has the value "ENUMERATION", this
605 String type, String[] enumeration,
655 fSimpleType.enumeration = enumeration;
1883 fAttributeDeclEnumeration[attrChunk][attrIndex] = attributeDecl.simpleType.enumeration;
604 attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/
H A DXSFacets.java78 public Vector enumeration; field in class:XSFacets
81 * An array parallel to "Vector enumeration". It contains namespace context
82 * of each enumeration value. Elements of this vector are NamespaceContext
/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DXMLSimpleType.java87 /** enumeration */
88 public String[] enumeration; field in class:XMLSimpleType
112 * @param enumeration
119 public void setValues(short type, String name, String[] enumeration, argument
126 if (enumeration != null && enumeration.length > 0) {
127 this.enumeration = new String[enumeration.length];
128 System.arraycopy(enumeration, 0, this.enumeration,
[all...]
H A DDTDGrammar.java135 /** Attribute declaration enumeration values. */
278 * @param enumeration If the type has the value "ENUMERATION", this
294 String type, String[] enumeration,
348 fSimpleType.enumeration = enumeration;
690 fAttributeDeclEnumeration[attrChunk][attrIndex] = attributeDecl.simpleType.enumeration;
293 attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DUnparsedEntityHandler.java137 String type, String[] enumeration, String defaultType,
142 type, enumeration, defaultType,
136 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/parsers/
H A DDTDParser.java210 * @param enumeration If the type has the value "ENUMERATION", this
222 String type, String[] enumeration,
221 attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations) argument
H A DAbstractXMLDocumentParser.java492 * @param enumeration If the type has the value "ENUMERATION" or
508 String type, String[] enumeration,
507 attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs) argument
H A DAbstractDOMParser.java2352 * @param enumeration If the type has the value "ENUMERATION" or
2368 String type, String[] enumeration,
2381 for (int i = 0; i < enumeration.length; i++) {
2385 fInternalSubset.append (enumeration[i]);
2367 attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs) argument
H A DAbstractSAXParser.java904 * @param enumeration If the type has the value "ENUMERATION" or
921 String type, String[] enumeration,
946 for (int i = 0; i < enumeration.length; i++) {
947 str.append(enumeration[i]);
948 if (i < enumeration.length - 1) {
920 attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs) argument
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/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDHandler.java223 * @param enumeration If the type has the value "ENUMERATION" or
239 String type, String[] enumeration,
238 attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/
H A DTDTDReader.java292 public void attributeDecl(String elementName, String attributeName, String attributeType, String[] enumeration, short attributeUse, String defaultValue) throws SAXException { argument
294 createAttribute(elementName, attributeName, attributeType, enumeration, attributeUse, defaultValue)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DDTDHandlerBase.java103 String[] enumeration, short attributeUse, String defaultValue) throws SAXException {
102 attributeDecl(String elementName, String attributeName, String attributeType, String[] enumeration, short attributeUse, String defaultValue) argument
H A DDTDEventListener.java311 String[] enumeration, short attributeUse, String defaultValue) throws SAXException;
310 attributeDecl(String elementName, String attributeName, String attributeType, String[] enumeration, short attributeUse, String defaultValue) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultXMLDocumentHandler.java525 * @param enumeration If the type has the value "ENUMERATION" or
541 String type, String[] enumeration,
540 attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations) argument
/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...]
/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

Completed in 240 milliseconds