Searched refs:feature (Results 1 - 25 of 65) sorted by relevance

123

/openjdk7/jdk/src/share/classes/javax/xml/crypto/
H A DXMLStructure.java42 * Indicates whether a specified feature is supported.
44 * @param feature the feature name (as an absolute URI)
45 * @return <code>true</code> if the specified feature is supported,
47 * @throws NullPointerException if <code>feature</code> is <code>null</code>
49 boolean isFeatureSupported(String feature); argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMImplementationImpl.java71 * Test if the DOM implementation supports a specific "feature" --
74 * @param feature The package name of the feature to test.
78 * @param version The version number of the feature being tested.
83 * specified feature and version.
85 public boolean hasFeature(String feature, String version) { argument
87 boolean result = super.hasFeature(feature, version);
90 if (feature.startsWith("+")) {
91 feature = feature
[all...]
H A DDOMImplementationSourceImpl.java47 * This is a space separated list in which each feature is specified
73 * are required. This is a space separated list in which each feature
98 String feature = null;
102 feature = st.nextToken();
104 while (feature != null) {
119 if (!impl.hasFeature(feature, version)) {
123 feature = st.nextToken();
125 feature = null;
128 if (!impl.hasFeature(feature, null)) {
131 feature
[all...]
H A DPSVIDOMImplementationImpl.java67 * Test if the DOM implementation supports a specific "feature" --
70 * @param feature The package name of the feature to test.
74 * @param version The version number of the feature being tested.
79 * feature and version.
81 public boolean hasFeature(String feature, String version) { argument
82 return super.hasFeature(feature, version) ||
83 feature.equalsIgnoreCase("psvi");
H A DCoreDOMImplementationImpl.java93 * Test if the DOM implementation supports a specific "feature" --
96 * @param feature The package name of the feature to test.
100 * @param version The version number of the feature being tested.
105 * feature and version.
107 public boolean hasFeature(String feature, String version) { argument
113 // if a plus sign "+" is prepended to any feature name, implementations
114 // are considered in which the specified feature may not be directly
115 // castable DOMImplementation.getFeature(feature, version). Without a
117 if ((feature
282 getFeature(String feature, String version) argument
[all...]
/openjdk7/jaxp/src/org/w3c/dom/
H A DDOMImplementation.java52 * Test if the DOM implementation implements a specific feature and
54 * @param feature The name of the feature to test.
55 * @param version This is the version number of the feature to test.
56 * @return <code>true</code> if the feature is implemented in the
59 public boolean hasFeature(String feature, argument
78 * support the feature "XML" and the language exposed through the
124 * <code>"XML"</code> feature but a non-null namespace URI was
130 * support the feature "XML" and the language exposed through the
141 * specialized APIs of the specified feature an
162 getFeature(String feature, String version) argument
[all...]
H A DNode.java499 * Tests whether the DOM implementation implements a specific feature and
500 * that feature is supported by this node, as specified in .
501 * @param feature The name of the feature to test.
502 * @param version This is the version number of the feature to test.
503 * @return Returns <code>true</code> if the specified feature is
508 public boolean isSupported(String feature, argument
616 * supports the feature "HTML" [<a href='http://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109'>DOM Level 2 HTML</a>]
899 * specialized APIs of the specified feature and version, as specified
905 * @param feature Th
920 getFeature(String feature, String version) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dom/
H A DDOMStructure.java81 public boolean isFeatureSupported(String feature) { argument
82 if (feature == null) {
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMStructure.java41 public final boolean isFeatureSupported(String feature) { argument
42 if (feature == null) {
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DPlatform.c69 (JNIEnv *env, jclass clazz, jint feature) {
73 switch (feature) {
83 switch (feature) {
93 switch (feature) {
103 switch (feature) {
113 switch (feature) {
68 Java_com_sun_media_sound_Platform_nGetLibraryForFeature(JNIEnv *env, jclass clazz, jint feature) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOMImplementation.java54 public Object getFeature(String feature, String version) { argument
55 if (singleton.hasFeature(feature, version)) {
61 public boolean hasFeature(String feature, String version) { argument
63 return (feature.equalsIgnoreCase("Core") || feature.equalsIgnoreCase("XML")) &&
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DSAXMessages_de.properties45 # feature messages
46 feature-not-supported = Feature "{0}" wird nicht unterst\u00FCtzt.
47 feature-not-recognized = Feature "{0}" ist unbekannt.
50 feature-read-only = Feature "{0}" ist schreibgesch\u00FCtzt.
51 jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING: Feature kann nicht auf \"false\" gesetzt werden, wenn Security Manager vorhanden ist.
H A DSAXMessages_fr.properties45 # feature messages
46 feature-not-supported = La fonctionnalit\u00E9 ''{0}'' n''est pas prise en charge.
47 feature-not-recognized = La fonctionnalit\u00E9 ''{0}'' n''est pas reconnue.
50 feature-read-only = La fonctionnalit\u00E9 ''{0}''est accessible en lecture seule.
51 jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING : impossible de d\u00E9finir la fonctionnalit\u00E9 sur False en pr\u00E9sence du gestionnaire de s\u00E9curit\u00E9.
H A DSAXMessages_es.properties45 # feature messages
46 feature-not-supported = La funci\u00F3n "{0}" no est\u00E1 soportada.
47 feature-not-recognized = La funci\u00F3n "{0}" no se ha reconocido.
50 feature-read-only = La funci\u00F3n "{0}" es de s\u00F3lo lectura.
51 jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING: no se puede definir la funci\u00F3n en false cuando est\u00E1 presente el gestor de seguridad.
H A DSAXMessages_it.properties45 # feature messages
46 feature-not-supported = La funzione "{0}" non \u00E8 supportata.
47 feature-not-recognized = La funzione "{0}" non \u00E8 riconosciuta.
50 feature-read-only = La funzione "{0}" \u00E8 di sola lettura.
51 jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING: impossibile impostare la funzione su false se \u00E8 presente Security Manager.
H A DSAXMessages_pt_BR.properties45 # feature messages
46 feature-not-supported = O recurso ''{0}'' n\u00E3o \u00E9 suportado.
47 feature-not-recognized = O recurso ''{0}'' n\u00E3o \u00E9 reconhecido.
50 feature-read-only = O recurso ''{0}'' \u00E9 somente para leitura.
51 jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING: N\u00E3o \u00E9 poss\u00EDvel definir o recurso como falso quando o gerenciador de seguran\u00E7a est\u00E1 presente.
H A DSAXMessages_sv.properties45 # feature messages
46 feature-not-supported = Funktionen ''{0}'' st\u00F6ds inte.
47 feature-not-recognized = Funktionen ''{0}'' \u00E4r ok\u00E4nd.
50 feature-read-only = Funktionen ''{0}'' \u00E4r skrivskyddad.
51 jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING: Funktionen kan inte anges till false om s\u00E4kerhetshanteraren anv\u00E4nds.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/policy/
H A DAddressingFeatureConfigurator.java85 final WebServiceFeature feature = AddressingVersion.getFeature(addressingAssertionQName.getNamespaceURI(), true, !assertion.isOptional());
87 LOGGER.fine("Added addressing feature \"" + feature + "\" for element \"" + key + "\"");
89 features.add(feature);
112 final WebServiceFeature feature;
115 feature = new AddressingFeature(true, !assertion.isOptional(), AddressingFeature.Responses.ANONYMOUS);
117 feature = new AddressingFeature(true, !assertion.isOptional(), AddressingFeature.Responses.NON_ANONYMOUS);
119 feature = new AddressingFeature(true, !assertion.isOptional());
125 LOGGER.fine("Added addressing feature \"" + feature
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSImplementationImpl.java68 * Test if the DOM implementation supports a specific "feature" --
71 * @param feature The package name of the feature to test.
75 * @param version The version number of the feature being tested.
80 * feature and version.
82 public boolean hasFeature(String feature, String version) { argument
84 return (feature.equalsIgnoreCase("XS-Loader") && (version == null || version.equals("1.0")) ||
85 super.hasFeature(feature, version));
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLookupProcessor.cpp227 // one feature.
231 for (le_uint32 feature = 0; LE_SUCCESS(success)&&(feature < featureCount); feature += 1) {
232 le_uint16 featureIndex = SWAPW(featureIndexArray.getObject(feature, success));
262 // If this is the required feature, add its lookups
268 // If we added lookups from the required feature, sort them
273 for (le_uint16 feature = 0; feature < featureCount; feature
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DPlatform.java58 // features: the main native library jsound reports which feature is
220 private static boolean isFeatureLibLoaded(int feature) { argument
221 if (Printer.debug) Printer.debug("Platform: Checking for feature "+feature+"...");
222 int requiredLib = nGetLibraryForFeature(feature);
232 private native static int nGetLibraryForFeature(int feature); argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DWSFeatureList.java43 boolean isEnabled(@NotNull Class<? extends WebServiceFeature> feature); argument
49 * The type of the feature to retrieve.
51 * If the feature is present and enabled, return a non-null instance.
63 * i.e, if a feature is set already on binding through someother API
67 * @param reportConflicts If true, checks if the feature setting in WSDL (wsdl extension or
68 * policy configuration) colflicts with feature setting in Deployed Service and
75 * i.e, if a feature is set already on binding through someother API
79 * @param reportConflicts If true, checks if the feature setting in WSDL (wsdl extension or
80 * policy configuration) colflicts with feature setting in Deployed Service and
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DAbstractFeaturedObjectImpl.java47 public final void addFeature(WebServiceFeature feature) { argument
51 features.add(feature);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/binding/
H A DBindingImpl.java127 for(WebServiceFeature feature : features) {
128 if (feature instanceof BindingTypeFeature) {
129 BindingTypeFeature f = (BindingTypeFeature)feature;
151 public boolean isFeatureEnabled(@NotNull Class<? extends WebServiceFeature> feature){ argument
152 return features.isEnabled(feature);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/wsdl/
H A DWSDLFeaturedObject.java52 * Gets the feature list associated with this object.
60 void addFeature(@NotNull WebServiceFeature feature); argument

Completed in 169 milliseconds

123