public interface DOMConfiguration:
DOM parser/serializer configuration surface.
import org.w3c.dom config as DOMConfiguration = document.domConfig
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | parameterNamesparameterNames as DOMStringList |
Supported parameter names. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | canSetParameter | Indicates whether a parameter can be set to a value. |
| public | getParametergetParameter(name as String) as Object throws DOMException |
Returns a configuration parameter. |
| public | setParametersetParameter(name as String, value as Object) as Void throws DOMException |
Sets a configuration parameter. |