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

Read-only list of names and namespaces.

import org.w3c.dom

names as NameList = null
Properties
Modifier and Type Member Description
public readonly property length
length as Int
Number of name entries in the list.
Methods
Modifier and Type Member Description
public contains
contains(str as String) as Boolean
Indicates whether a name exists in the list.
public containsNS
containsNS(namespaceURI as String, name as String) as Boolean
Indicates whether a namespace/name pair exists in the list.
public getName
getName(index as Int) as String
Returns the name at an index.
public getNamespaceURI
getNamespaceURI(index as Int) as String
Returns the namespace URI at an index.