Methods for the xml.DomNodeList class.
Table 1. Object methods
| Name | 
Description | 
getCount()
  RETURNING num INTEGER 
 | 
Returns the number of DomNode objects in a DomNodeList
object. | 
getItem(
   pos INTEGER)
  RETURNING object xml.DomNode 
 | 
Returns the DomNode object at a given
position in a DomNodeList object. |