| org.w3c.dom.DOMConfiguration
DOMConfiguration | public interface DOMConfiguration (Code) | | The DOMConfiguration interface represents the configuration
of a document and maintains a table of recognized parameters.
since: DOM Level 3 |
canSetParameter | public boolean canSetParameter(String name, Object value)(Code) | | Check if setting a parameter to a specific value is supported.
|
getParameterNames | public DOMStringList getParameterNames()(Code) | | The list of the parameters supported by this
DOMConfiguration object and for which at least one value
can be set by the application. Note that this list can also contain
parameter names defined outside this specification.
|
|
|