public boolean isSupported(String feature, String version) {
   return DOMNodeHelper.isSupported(this, feature, version);
 }