Home | History | Annotate | Download | only in metadata

Lines Matching refs:feature

567     public boolean isSupported(String feature, String version) {
596 * However, when the Document supports the feature "HTML" [DOM Level 2
854 * APIs of the specified feature and version, as specified in. The
861 * @param feature
862 * the name of the feature requested. Note that any plus sign "+"
863 * prepended to the name of the feature will be ignored since it
866 * this is the version number of the feature to test.
868 * feature and version, if any, or null if there is no object which
869 * implements interfaces associated with that feature. If the
875 public Object getFeature(String feature, String version) {