API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom. DOMConfiguration View Source
Author(s)
Since
DOM Level 3
Version
Serial
Hierarchy
 DOMConfiguration
Subinterfaces
Description
public interface DOMConfiguration
  The DOMConfiguration interface represents the configuration of a document and maintains a table of recognized parameters.
See also:   
Methods
Hide/Show inherited methods
public boolean canSetParameter (String name, Object value)
  Check if setting a parameter to a specific value is supported.
public Object getParameter (String name) throws DOMException
  Return the value of a parameter if known.
public DOMStringList getParameterNames ()
  The list of the parameters supported by this DOMConfiguration object and for which at least one value can be set by the application.
public void setParameter (String name, Object value) throws DOMException
  Set the value of a parameter.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar