Home | History | Annotate | Download | only in domts

Lines Matching refs:feature

29    * Test if the DOM implementation implements a specific feature.
30 * @param feature The name of the feature to test (case-insensitive). The
36 * @param version This is the version number of the feature to test. In
38 * not specified, supporting any version of the feature causes the
40 * @return <code>true</code> if the feature is implemented in the
43 public boolean hasFeature(String feature,
45 if (feature.equals("Core")) {
69 * not support the <code>"XML"</code> feature, if they choose not to
73 * the feature to see if it requires this method.
103 * implementation does not support the <code>"XML"</code> feature but
110 * not support the "XML" feature, if they choose not to support this
113 * this method; please consult the definition of the feature to see if
123 public DOMImplementation getInterface(String feature) {
127 public Object getFeature(String feature, String version) {