Searched defs:feature (Results 26 - 43 of 43) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DXMLSignatureFactory.java776 * Indicates whether a specified feature is supported.
778 * @param feature the feature name (as an absolute URI)
779 * @return <code>true</code> if the specified feature is supported,
781 * @throws NullPointerException if <code>feature</code> is <code>null</code>
783 public abstract boolean isFeatureSupported(String feature); argument
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
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/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/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/jaxp/src/org/w3c/dom/
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/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);
/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/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNodeImpl.java456 * convenience feature, inserting a DocumentNode will instead insert
598 * Tests whether the DOM implementation implements a specific feature and
599 * that feature is supported by this node.
600 * @param feature The package name of the feature to test. This is the same
605 * not specified, supporting any version of the feature will cause the
608 * the specified feature is supported, false otherwise.
611 public boolean isSupported(String feature, String version) argument
613 return ownerDocument().getImplementation().hasFeature(feature,
732 * <code>Document</code> supports the feature "HTM
1758 getFeature(String feature, String version) argument
[all...]
H A DCoreDocumentImpl.java118 /**Experimental DOM Level 3 feature: Document encoding */
121 /**Experimental DOM Level 3 feature: Document actualEncoding */
124 /**Experimental DOM Level 3 feature: Document version */
127 /**Experimental DOM Level 3 feature: Document standalone */
130 /**Experimental DOM Level 3 feature: documentURI */
501 public Object getFeature(String feature, String version) { argument
505 // if a plus sign "+" is prepended to any feature name, implementations
506 // are considered in which the specified feature may not be directly
507 // castable DOMImplementation.getFeature(feature, version). Without a
510 if ((feature
[all...]
/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/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java677 * @param feature a <code>String</code>, which is ignored.
680 public boolean isSupported(String feature, String version) { argument
1032 public Object getFeature(String feature, String version) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPPartImpl.java770 public Object getFeature(String feature, argument
772 return document.getFeature(feature,version);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DAdaptiveResultTreeImpl.java1031 public boolean isSupported(String feature, String version) argument
1034 return _dom.isSupported(feature, version);
1037 return super.isSupported(feature, version);
H A DSimpleResultTreeImpl.java864 public boolean isSupported(String feature, String version) argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBase.java856 * Set an implementation dependent feature.
860 * @param featureId A feature URL.
861 * @param state true if this feature should be on, false otherwise.
1893 * Tests whether DTM DOM implementation implements a specific feature and
1894 * that feature is supported by this node.
1896 * @param feature The name of the feature to test.
1897 * @param version This is the version number of the feature to test.
1899 * specified, supporting any version of the feature will cause the
1901 * @return Returns <code>true</code> if the specified feature i
1904 isSupported(String feature, String version) argument
[all...]
H A DDTMDocumentImpl.java226 * Set an implementation dependent feature.
230 * @param featureId A feature URL.
231 * @param state true if this feature should be on, false otherwise.
1756 * Tests whether DTM DOM implementation implements a specific feature and
1757 * that feature is supported by this node.
1759 * @param feature The name of the feature to test.
1760 * @param version This is the version number of the feature to test.
1762 * specified, supporting any version of the feature will cause the
1764 * @return Returns <code>true</code> if the specified feature i
1767 isSupported(String feature, String version) argument
[all...]
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/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...]

Completed in 86 milliseconds

12