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.normalizeDocument 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.

Members

Functions

canSetParameter
bool canSetParameter(string name, UserData value)
Undocumented in source.
getParameter
UserData getParameter(string name)
Undocumented in source.
setParameter
void setParameter(string name, UserData value)
Undocumented in source.

Properties

parameterNames
DOMStringList parameterNames [@property getter]
Undocumented in source.

Meta