1 12 13 package org.w3c.dom; 14 15 359 public interface DOMConfiguration { 360 376 public void setParameter(String name, 377 Object value) 378 throws DOMException ; 379 380 389 public Object getParameter(String name) 390 throws DOMException ; 391 392 402 public boolean canSetParameter(String name, 403 Object value); 404 405 411 public DOMStringList getParameterNames(); 412 413 } 414 | Popular Tags |