Home | History | Annotate | Download | only in dom

Lines Matching refs:feature

23      * Test if the DOM implementation implements a specific feature and
25 * @param feature The name of the feature to test.
26 * @param version This is the version number of the feature to test.
27 * @return <code>true</code> if the feature is implemented in the
30 public boolean hasFeature(String feature,
49 * support the feature "XML" and the language exposed through the
95 * <code>"XML"</code> feature but a non-null namespace URI was
101 * support the feature "XML" and the language exposed through the
112 * specialized APIs of the specified feature and version, as specified
118 * @param feature The name of the feature requested. Note that any plus
119 * sign "+" prepended to the name of the feature will be ignored since
121 * @param version This is the version number of the feature to test.
123 * the specified feature and version, if any, or <code>null</code> if
125 * feature. If the <code>DOMObject</code> returned by this method
133 public Object getFeature(String feature,