Home | History | Annotate | Download | only in dom

Lines Matching refs:feature

464      *  Tests whether the DOM implementation implements a specific feature and
465 * that feature is supported by this node, as specified in .
466 * @param feature The name of the feature to test.
467 * @param version This is the version number of the feature to test.
468 * @return Returns <code>true</code> if the specified feature is
472 public boolean isSupported(String feature,
575 * supports the feature "HTML" [<a href='http://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109'>DOM Level 2 HTML</a>]
849 * specialized APIs of the specified feature and version, as specified
855 * @param feature The name of the feature requested. Note that any plus
856 * sign "+" prepended to the name of the feature will be ignored since
858 * @param version This is the version number of the feature to test.
860 * the specified feature and version, if any, or <code>null</code> if
862 * feature. If the <code>DOMObject</code> returned by this method
869 public Object getFeature(String feature,