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

Mutable implementation backing DOMImplementationList.

Example
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.
Inherited Properties
propertyInherited Properties from Object: type
propertyInherited Properties 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.
Inherited Methods
methodInherited Methods from Object: deepCopy, fromJson, toDict, toJson, toString, toXml
methodInherited Methods from DOMImplementationList: item