DOMStringList
interfacein packageorg.w3c.dom
public interface DOMStringList:
DOMStringList

Read-only list of DOM strings.

import org.w3c.dom

names as DOMStringList = config.parameterNames
Properties
Modifier and Type Member Description
public readonly property length
length as Int
Number of strings in the list.
Methods
Modifier and Type Member Description
public contains
contains(str as String) as Boolean
Indicates whether the list contains a string.
public item
item(index as Int) as String
Returns a string by index, or null when out of range.