Searched refs:feature (Results 26 - 50 of 65) sorted by relevance

123

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DSAXMessages_zh_CN.properties45 # feature messages
46 feature-not-supported = \u4E0D\u652F\u6301\u529F\u80FD ''{0}''\u3002
47 feature-not-recognized = \u65E0\u6CD5\u8BC6\u522B\u529F\u80FD ''{0}''\u3002
50 feature-read-only = \u529F\u80FD ''{0}'' \u4E3A\u53EA\u8BFB\u3002
51 jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING: \u5B58\u5728 Security Manager \u65F6, \u65E0\u6CD5\u5C06\u6B64\u529F\u80FD\u8BBE\u7F6E\u4E3A\u201C\u5047\u201D\u3002
H A DSAXMessages_zh_TW.properties45 # feature messages
46 feature-not-supported = \u4E0D\u652F\u63F4\u529F\u80FD ''{0}''\u3002
47 feature-not-recognized = \u7121\u6CD5\u8FA8\u8B58\u529F\u80FD ''{0}''\u3002
50 feature-read-only = \u529F\u80FD ''{0}'' \u70BA\u552F\u8B80\u3002
51 jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING: \u5B89\u5168\u7BA1\u7406\u7A0B\u5F0F\u5B58\u5728\u6642\uFF0C\u7121\u6CD5\u5C07\u529F\u80FD\u8A2D\u70BA\u507D\u3002
H A DSAXMessages_ja.properties45 # feature messages
46 feature-not-supported = \u6A5F\u80FD''{0}''\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
47 feature-not-recognized = \u6A5F\u80FD''{0}''\u306F\u8A8D\u8B58\u3055\u308C\u307E\u305B\u3093\u3002
50 feature-read-only = \u6A5F\u80FD''{0}''\u306F\u8AAD\u53D6\u308A\u5C02\u7528\u3067\u3059\u3002
51 jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING: \u30BB\u30AD\u30E5\u30EA\u30C6\u30A3\u30FB\u30DE\u30CD\u30FC\u30B8\u30E3\u304C\u5B58\u5728\u3059\u308B\u3068\u304D\u3001\u6A5F\u80FD\u3092false\u306B\u8A2D\u5B9A\u3067\u304D\u307E\u305B\u3093\u3002
H A DSAXMessages_ko.properties45 # feature messages
46 feature-not-supported = ''{0}'' \uAE30\uB2A5\uC740 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
47 feature-not-recognized = ''{0}'' \uAE30\uB2A5\uC744 \uC778\uC2DD\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
50 feature-read-only = ''{0}'' \uAE30\uB2A5\uC740 \uC77D\uAE30 \uC804\uC6A9\uC785\uB2C8\uB2E4.
51 jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING: \uBCF4\uC548 \uAD00\uB9AC\uC790\uAC00 \uC788\uC744 \uACBD\uC6B0 \uAE30\uB2A5\uC744 false\uB85C \uC124\uC815\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DPolicyUtil.java61 // Add feature configurators that are already built into JAX-WS
67 // Dynamically discover remaining feature configurators
100 for (WebServiceFeature feature : features) {
101 port.addFeature(feature);
102 port.getBinding().addFeature(feature);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultNode.java118 public boolean isSupported(String feature, String version) { argument
207 public Object getFeature(String feature, String version){ argument
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMKeyInfoFactory.java99 public boolean isFeatureSupported(String feature) { argument
100 if (feature == null) {
H A DApacheCanonicalizer.java255 public final boolean isFeatureSupported(String feature) { argument
256 if (feature == null) {
H A DApacheTransform.java196 public final boolean isFeatureSupported(String feature) { argument
197 if (feature == null) {
H A DDOMXMLSignatureFactory.java179 public boolean isFeatureSupported(String feature) { argument
180 if (feature == null) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DWSBinding.java106 boolean isFeatureEnabled(@NotNull Class<? extends WebServiceFeature> feature); argument
112 * The type of the feature to retrieve.
114 * If the feature is present and enabled, return a non-null instance.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/binding/
H A DWebServiceFeatureList.java89 * Adds the corresponding features to the list for feature annotations(i.e
92 * @param annIt collection of annotations(that can have non-feature annotations)
96 WebServiceFeature feature = getFeature(ann);
97 if (feature != null) {
98 add(feature);
104 * Returns a corresponding feature for a feature annotation(i.e which has
107 * @return corresponding feature for the annotation
108 * null, if the annotation is nota feature annotation
135 * Reads {@link WebServiceFeatureAnnotation feature annotation
220 isEnabled(@otNull Class<? extends WebServiceFeature> feature) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DClientSchemaValidationTube.java113 if (isNoValidation() || !feature.isOutbound() || !request.getMessage().hasPayload() || request.getMessage().isFault()) {
126 if (isNoValidation() || !feature.isInbound() || response.getMessage() == null || !response.getMessage().hasPayload() || response.getMessage().isFault()) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DServerSchemaValidationTube.java106 if (isNoValidation() || !feature.isInbound() || !request.getMessage().hasPayload() || request.getMessage().isFault()) {
127 if (isNoValidation() || !feature.isOutbound() || response.getMessage() == null || !response.getMessage().hasPayload() || response.getMessage().isFault()) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java79 public boolean isSupported(String feature, String version) {return false;} argument
169 * specialized APIs of the specified feature and version. The
172 * @param feature The name of the feature requested (case-insensitive).
173 * @param version This is the version number of the feature to test. If
175 * any version of the feature will cause the method to return an
176 * object that supports at least one version of the feature.
178 * the specified feature and version, if any, or <code>null</code> if
180 * feature. If the <code>DOMObject</code> returned by this method
187 public Object getFeature(String feature, Strin argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DMimeMultipartParser.java71 public MimeMultipartParser(InputStream in, String contentType, StreamingAttachmentFeature feature) { argument
77 message = (feature != null)
78 ? new MIMEMessage(in, boundary, feature.getConfig())
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileStore.java218 * Returns status to indicate if file system supports a given feature
220 FeatureStatus checkIfFeaturePresent(String feature) { argument
239 if (s.equals(feature)) {
244 if (s.equals(feature)) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java255 /** Ask whether we support a given DOM feature.
256 * In fact, we do not _fully_ support any DOM feature -- we're a
266 * @param feature
271 public final boolean supports(String feature, String version) argument
273 return implementation.hasFeature(feature,version);
277 /** Ask whether we support a given DOM feature.
278 * In fact, we do not _fully_ support any DOM feature -- we're a
281 * @param feature
288 public final boolean isSupported(String feature, String version) argument
290 return implementation.hasFeature(feature,versio
1576 hasFeature(String feature,String version) argument
1607 getFeature(String feature, String version) argument
1661 getFeature(String feature, String version) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DRichDiagnosticFormatter.java644 * Enable a specific feature on this rich formatter.
645 * @param feature feature to be enabled
647 public void enable(RichFormatterFeature feature) { argument
648 features.add(feature);
652 * Disable a specific feature on this rich formatter.
653 * @param feature feature to be disabled
655 public void disable(RichFormatterFeature feature) { argument
656 features.remove(feature);
663 isEnabled(RichFormatterFeature feature) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/pipe/
H A DAbstractSchemaValidationTube.java85 protected final SchemaValidationFeature feature; field in class:AbstractSchemaValidationTube
92 feature = binding.getFeature(SchemaValidationFeature.class);
99 this.feature = that.feature;
511 Class<? extends ValidationErrorHandler> handlerClass = feature.getErrorHandler();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTM.java175 * Set an implementation dependent feature.
179 * @param featureId A feature URL.
180 * @param state true if this feature should be on, false otherwise.
559 * Tests whether DTM DOM implementation implements a specific feature and
560 * that feature is supported by this node.
561 * @param feature The name of the feature to test.
562 * @param version This is the version number of the feature to test.
564 * specified, supporting any version of the feature will cause the
566 * @return Returns <code>true</code> if the specified feature i
569 isSupported(String feature, String version) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathNamespaceImpl.java311 public Object getFeature(String feature, String version) { argument
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/keyinfo/
H A DKeyInfoFactory.java488 * Indicates whether a specified feature is supported.
490 * @param feature the feature name (as an absolute URI)
491 * @return <code>true</code> if the specified feature is supported,
493 * @throws NullPointerException if <code>feature</code> is <code>null</code>
495 public abstract boolean isFeatureSupported(String feature); argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java702 * Tests whether the DOM implementation implements a specific feature and
703 * that feature is supported by this node.
704 * @param feature The name of the feature to test. This is the same name
707 * @param version This is the version number of the feature to test. In
709 * specified, supporting any version of the feature will cause the
715 public boolean isSupported(String feature, String version) argument
1307 * specialized APIs of the specified feature and version. The
1310 * @param feature The name of the feature requeste
1325 getFeature(String feature, String version) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/xml/
H A DXMLMessage.java345 private final StreamingAttachmentFeature feature; field in class:XMLMessage.XMLMultiPart
353 this.feature = binding.getFeature(StreamingAttachmentFeature.class);
362 dataSource.getContentType(), feature);

Completed in 71 milliseconds

123