public interface NameList:
Read-only list of names and namespaces.
import org.w3c.dom names as NameList = null
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | lengthlength as Int |
Number of name entries in the list. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | contains | Indicates whether a name exists in the list. |
| public | containsNS | Indicates whether a namespace/name pair exists in the list. |
| public | getName | Returns the name at an index. |
| public | getNamespaceURI | Returns the namespace URI at an index. |