Home | History | Annotate | Download | only in dtm

Lines Matching refs:feature

173    * Set an implementation dependent feature.
177 * @param featureId A feature URL.
178 * @param state true if this feature should be on, false otherwise.
557 * Tests whether DTM DOM implementation implements a specific feature and
558 * that feature is supported by this node.
559 * @param feature The name of the feature to test.
560 * @param version This is the version number of the feature to test.
562 * specified, supporting any version of the feature will cause the
564 * @return Returns <code>true</code> if the specified feature is
567 public boolean isSupported(String feature, String version);