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

123

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DDocumentBuilderImpl.java72 /** Feature identifier: create entiry ref nodes feature. */
76 /** Feature identifier: include comments feature. */
80 /** Feature identifier: create cdata nodes feature. */
88 /** feature identifier: XML Schema validation */
143 // "namespaceAware" == SAX Namespaces feature
156 // Avoid setting the XInclude processing feature if the value is false.
163 // If the secure processing feature is on set a security manager.
236 String feature = (String) entry.getKey();
238 domParser.setFeature(feature, value);
264 // Assume feature
[all...]
H A DSAXParserImpl.java135 // JAXP "namespaceAware" == SAX Namespaces feature
145 // Avoid setting the XInclude processing feature if the value is false.
152 // If the secure processing feature is on set a security manager.
233 * XXX Does not handle possible conflicts between SAX feature names and
234 * JAXP specific feature names, eg. SAXParserFactory.isValidating()
242 String feature = (String) entry.getKey();
244 xmlReader.setFeature0(feature, value);
438 /** Forward feature to the schema validator if there is one. **/
640 "feature-not-recognized", new Object [] {identifier}));
645 "feature
[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/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/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/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java121 /** Feature identifier: standard uri conformant feature. */
369 * Returns a list of feature identifiers that are recognized by
378 * Returns the state of a feature.
380 * @param featureId The feature identifier.
390 * Sets the state of a feature.
392 * @param featureId The feature identifier.
393 * @param state The state of the feature.
395 * @throws XMLConfigurationException Thrown when a feature is not
744 * Note: all JAXP schema files will be checked for full-schema validity if the feature was set up
1054 // get continue-after-fatal-error feature
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java154 // feature identifiers
173 * For DOM/SAX, the secure feature is set to true by default
551 * For example, if a feature or property is
597 // it would be good to define feature for this case
665 // Oracle jdk feature
671 * Returns a list of feature identifiers that are recognized by
680 * Sets the state of a feature. This method is called by the component
681 * manager any time after reset when a feature changes state.
686 * @param featureId The feature identifier.
687 * @param state The state of the feature
[all...]
/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...]
/openjdk7/jdk/make/docs/
H A DMakefile46 BUG_SUBMIT_LINE = <a href="$(BUG_SUBMIT_URL)">Submit a bug or feature</a>
/openjdk7/make/scripts/
H A Dwebrev.ksh546 and has the feature enabled.

Completed in 70 milliseconds

123