public class XMLDOMConfiguration extends Object implements DOMConfiguration:
Small DOMConfiguration implementation used by XMLDocument.
@example `klyn import klyn.io.xml.dom
config = XMLDOMConfiguration() config.setParameter("comments", true)
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | parameterNamesparameterNames as DOMStringList: |
No summary. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | XMLDOMConfiguration | Creates the default DOM configuration. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | canSetParameter | No summary. |
| public | getParametergetParameter(name as String) as Object throws DOMException: |
Performs a DOM operation. |
| public | setParametersetParameter(name as String, value as Object) as Void throws DOMException: |
Performs a DOM operation. |