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

Mutable implementation backing DOMImplementationList.

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

list = XMLDOMImplementationList() list.add(XMLDOMImplementation()) print(list.length)

Properties
Modifier and Type Member Description
public readonly property length
length as Int:
No summary.
Properties inherited from Object: type
Properties inherited from DOMImplementationList: length
Constructors
Modifier and Type Member Description
public XMLDOMImplementationList Creates an empty implementation list.
Methods
Modifier and Type Member Description
public add
add(implementation as DOMImplementation) as Void:
Adds an implementation to the list.
public item
item(index as Int) as DOMImplementation:
No summary.
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml
Methods inherited from DOMImplementationList: item