xml.DomNodeList methods

Methods for the xml.DomNodeList class.

Table 1. Object methods
Name Description
getCount()
  RETURNS INTEGER
Returns the number of DomNode objects in a DomNodeList object.
getItem(
   index INTEGER)
  RETURNS xml.DomNode
Returns the DomNode object at a given position in a DomNodeList object.