XMLDOMConfiguration
classin packageklyn.io.xml.dom
public class XMLDOMConfiguration extends Object implements DOMConfiguration:
└ XMLDOMConfiguration
All Implemented Interfaces: DOMConfiguration

Small DOMConfiguration implementation used by XMLDocument.

@example `klyn import klyn.io.xml.dom

config = XMLDOMConfiguration() config.setParameter("comments", true)

Properties
Modifier and Type Member Description
public readonly property parameterNames
parameterNames as DOMStringList:
No summary.
Properties inherited from Object: type
Properties inherited from DOMConfiguration: parameterNames
Constructors
Modifier and Type Member Description
public XMLDOMConfiguration Creates the default DOM configuration.
Methods
Modifier and Type Member Description
public canSetParameter
canSetParameter(name as String, value as Object) as Boolean:
No summary.
public getParameter
getParameter(name as String) as Object throws DOMException:
Performs a DOM operation.
public setParameter
setParameter(name as String, value as Object) as Void throws DOMException:
Performs a DOM operation.
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml
Methods inherited from DOMConfiguration: canSetParameter, getParameter, setParameter