Home | History | Annotate | Download | only in dom

Lines Matching refs:features

17  * implementations, based upon requested features and versions, as specified
27 * specified features.
28 * @param features A string that specifies which features and versions
41 * features, or <code>null</code> if this source has none.
43 public DOMImplementation getDOMImplementation(String features);
47 * specified features and versions, as specified in .
48 * @param features A string that specifies which features and versions
54 * features.
56 public DOMImplementationList getDOMImplementationList(String features);