The DomNodeList class / xml.DomNodeList methods |
Returns the DomNode object at a given position in a DomNodeList object.
getItem( pos INTEGER) RETURNING object xml.DomNode
Returns the DomNode object at the given position in this DomNodeList object, where pos is the position of the DomNode object to return (Index starts at 1).
Returns NULL when no DomNode object is at the given position.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.