The DomNode class / xml.DomNode methods |
Returns the XML Attribute DomNode object at a given position on this XML Element DomNode object.
getAttributeNodeItem( pos INTEGER ) RETURNING object xml.DomNode
Returns the XML Attribute DomNode object at a given position on this XML Element DomNode object, where pos is the position of the node to return (Index starts at 1). Returns the XML Attribute DomNode object at the given position, or NULL.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.