Interface DOMConfiguration
The DOMConfiguration
interface represents the configuration of a document
and maintains a table of recognized parameters. Using the configuration, it
is possible to change Document
behavior, such as replacing
the CDATASection
nodes with Text
nodes or specifying the type of the schema
that must be used when the validation of the Document
is requested.
Template arguments
interface DOMConfiguration(DOMString);
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --