2024 April Release

Interface XmlNodeList Permanent link for this heading

This interface contains methods and properties available to work with xml node lists.

Methods Permanent link for this heading

Return Type

Signature

XmlNode

Item(
  INTEGER index)

Properties Permanent link for this heading

Type

Property

integer

length

Methods Permanent link for this heading


Item Permanent link for this heading

Returns the indexth item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.

XmlNode Item(
  INTEGER index)

Name

Description

index

Index into the collection.

Properties Permanent link for this heading


length Permanent link for this heading

interface: The number of nodes in the list. The range of valid child node indices is 0 to length-1 inclusive.

integer length readonly